Skip to content

Commit

Permalink
Temporarily remove query 60
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Nov 1, 2023
1 parent e0fc10e commit 633c524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/15-e2e-scenarios-v2/scale_down/run_workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ rana_pid=$runner_pid
start_txn_runner 8
txn_pid=$runner_pid

start_repeating_olap_runner 1 70 5 "60,61,71,75" "ra_1_special"
start_repeating_olap_runner 1 70 5 "61,71,75" "ra_1_special"
rana2_pid=$runner_pid
log_workload_point "clients_started"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rana_pid=$runner_pid
start_txn_runner 8
txn_pid=$runner_pid

start_repeating_olap_runner 1 70 5 "60,61,71,75" "ra_1_special"
start_repeating_olap_runner 1 70 5 "61,71,75" "ra_1_special"
rana2_pid=$runner_pid

function inner_cancel_experiment() {
Expand Down

0 comments on commit 633c524

Please sign in to comment.