Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tylergu committed Nov 21, 2023
1 parent e4670e2 commit c6421a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions performance_measurement/measure_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -883,6 +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))
ts = time.time()
queue.put((object, ts))
except (ValueError, AssertionError):
Expand Down

0 comments on commit c6421a0

Please sign in to comment.