Skip to content

Commit

Permalink
Add retry suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Dec 2, 2023
1 parent 8880efc commit ac49c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/tpch/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def run_all_benchmarks(
# Run once as a warmup step
ray_job_runner.run_on_ray(
ray_job_dashboard_url,
job_params,
{**job_params, "submission_id": job_params["submission_id"] + "-warmup"},
)

# Run second time to collect metrics
Expand Down

0 comments on commit ac49c44

Please sign in to comment.