Skip to content

Commit

Permalink
Fix engine recording
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Apr 18, 2024
1 parent 7dc4e67 commit 713ddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workloads/IMDB_extended/run_repeating_analytics_serial.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def noop(_signal, _frame):
time_unsimulated_str,
qidx,
end - start,
engine.value,
engine.value if engine is not None else "serverless_redshift",
),
file=file,
flush=True,
Expand Down

0 comments on commit 713ddf4

Please sign in to comment.