Skip to content

Commit

Permalink
Run final workload stage for longer
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Nov 12, 2023
1 parent da85158 commit 106bcf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion experiments/15-e2e-scenarios-v2/scale_up/run_workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ sleep $((20 * 60)) # 20 mins total; 62 mins cumulative
# 20 minutes.
log_workload_point "start_heavy_rana_20"
kill -INT $heavy_rana_pid
kill -TERM $heavy_rana_pid
wait $heavy_rana_pid
start_repeating_olap_runner 20 5 1 $heavier_queries "ra_20_heavy" 8
heavy_rana_pid=$runner_pid
sleep $((20 * 60)) # 20 mins total; 82 mins cumulative
sleep $((40 * 60)) # 40 mins total; 102 mins cumulative

log_workload_point "experiment_workload_done"

Expand Down

0 comments on commit 106bcf9

Please sign in to comment.