test event to regular event
This commit is contained in:
parent
7d0d72c0df
commit
07f9844cb0
@ -126,7 +126,7 @@ def compile_callback(f, start_time):
|
|||||||
# Force background compile errors to print eagerly
|
# Force background compile errors to print eagerly
|
||||||
f.result()
|
f.result()
|
||||||
finally:
|
finally:
|
||||||
send("test-compile", duration=time.perf_counter() - start_time)
|
send("compile", duration=time.perf_counter() - start_time)
|
||||||
|
|
||||||
|
|
||||||
def _prepare_event(event: str, **kwargs) -> dict:
|
def _prepare_event(event: str, **kwargs) -> dict:
|
||||||
|
Loading…
Reference in New Issue
Block a user