Skip to content

Commit

Permalink
Prevent results overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffxy committed Nov 16, 2023
1 parent ab803cd commit 27c479e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function rana_sweep_offset4() {
local query_indices=$4

for ra_clients in $sweep; do
start_repeating_olap_runner $ra_clients 15 5 $query_indices "ra_${ra_clients}" 4
start_repeating_olap_runner $ra_clients 15 5 $query_indices "ra_sweep_${ra_clients}" 4
sweep_rana_pid=$runner_pid

sleep $(($gap_minute * 60))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function rana_sweep_offset4() {
local query_indices=$4

for ra_clients in $sweep; do
start_repeating_olap_runner $ra_clients 15 5 $query_indices "ra_${ra_clients}" 4
start_repeating_olap_runner $ra_clients 15 5 $query_indices "ra_sweep_${ra_clients}" 4
sweep_rana_pid=$runner_pid

sleep $(($gap_minute * 60))
Expand Down

0 comments on commit 27c479e

Please sign in to comment.