Skip to content

Commit

Permalink
Run less iterations for parallel clients
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Nov 5, 2024
1 parent 6f16526 commit 1f3c932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pink/rondis/tests/get_set.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ done
run_client() {
local client="$1"
local key="$2"
NUM_ITERATIONS=10
NUM_ITERATIONS=5
for ((i=1; i<=$NUM_ITERATIONS; i++)); do
# Generate a unique key for each client and iteration
local test_value=$(generate_random_chars 32000)
Expand Down

0 comments on commit 1f3c932

Please sign in to comment.