Skip to content

Commit

Permalink
Adjust client counts for the SLO experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Apr 18, 2024
1 parent d125187 commit 2d01708
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions experiments/15-e2e-scenarios-v2/slo_change/run_workload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ log_workload_point "brad_start_initiated"
sleep 30

log_workload_point "clients_starting"
# 8 clients, offset 16 (for the transactional clients)
start_repeating_olap_runner 8 15 5 $ra_query_indexes "ra_8" 16
# 6 clients, offset 12 (for the transactional clients)
start_repeating_olap_runner 6 15 5 $ra_query_indexes "ra_8" 12
rana_pid=$runner_pid

start_txn_runner_serial 16 # Implicit: --dataset-type
start_txn_runner_serial 12 # Implicit: --dataset-type
txn_pid=$runner_pid

log_workload_point "clients_started"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ log_workload_point "brad_start_initiated"
sleep 30

log_workload_point "clients_starting"
# 8 clients, offset 16 (for the transactional clients)
start_repeating_olap_runner 8 15 5 $ra_query_indexes "ra_8" 16
# 6 clients, offset 12 (for the transactional clients)
start_repeating_olap_runner 6 15 5 $ra_query_indexes "ra_8" 12
rana_pid=$runner_pid

start_txn_runner_serial 16 # Implicit: --dataset-type
start_txn_runner_serial 12 # Implicit: --dataset-type
txn_pid=$runner_pid

log_workload_point "clients_started"
Expand Down

0 comments on commit 2d01708

Please sign in to comment.