Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Gu <[email protected]>
  • Loading branch information
tylergu committed Nov 21, 2023
1 parent c6421a0 commit 46718f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performance_measurement/measure_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@ def watch_system_events(event_stream, queue: Queue):
'''
for object in event_stream:
try:
logging.info(json.dumps(object, indent=4, cls=ActoEncoder))
logging.info(f"event type: {object['type']}")
ts = time.time()
queue.put((object, ts))
except (ValueError, AssertionError):
Expand Down

0 comments on commit 46718f1

Please sign in to comment.