Skip to content

Commit

Permalink
workload execution with Snowset trace
Browse files Browse the repository at this point in the history
  • Loading branch information
wuziniu committed Oct 31, 2023
1 parent 50e837f commit 871024c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions workloads/IMDB_extended/run_repeating_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,10 @@ def main():
for i in range(args.num_clients):
start_queue[i].get()

# global EXECUTE_START_TIME
# EXECUTE_START_TIME = datetime.now().astimezone(pytz.utc)
global EXECUTE_START_TIME # pylint: disable=global-statement
EXECUTE_START_TIME = datetime.now().astimezone(
pytz.utc
) # pylint: disable=global-statement

if num_client_trace is not None:
assert args.time_scale_factor is not None, "need to set args.time_scale_factor"
Expand Down

0 comments on commit 871024c

Please sign in to comment.