Skip to content

Commit

Permalink
jepsen fix concurrency argument
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo authored and RazvanLiviuVarzaru committed Aug 22, 2024
1 parent 6958a35 commit cd5b954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script_templates/jepsen_mariadb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ LEIN_OPTIONS=(
"test"
"--db" "maria-docker"
"--nodes" "localhost"
"--concurrency ${NPROC}"
"--concurrency" "${NPROC}"
"--rate" "1000"
"--time-limit" "60"
"--key-count" "40"
Expand Down

0 comments on commit cd5b954

Please sign in to comment.