Normalize shared-keyspace script defaults

This commit is contained in:
2026-03-10 09:35:43 +08:00
parent 0177b0afc1
commit b9b4306b5d
5 changed files with 0 additions and 8 deletions
-4
View File
@@ -66,7 +66,6 @@ run_cmd() {
--prefill-keys "${prefill_keys}" \
--warmup-secs "${warmup_secs}" \
--measure-secs "${measure_secs}" \
--shared-keyspace \
--no-cleanup \
--read-path "${read_path}" \
--durability "${durability}" \
@@ -83,7 +82,6 @@ run_cmd() {
--prefill-keys "${prefill_keys}" \
--warmup-secs "${warmup_secs}" \
--measure-secs "${measure_secs}" \
--shared-keyspace \
--no-cleanup \
--read-path "${read_path}" \
--durability "${durability}" \
@@ -142,7 +140,6 @@ start_run_bg() {
--prefill-keys "${prefill_keys}" \
--warmup-secs "${warmup_secs}" \
--measure-secs "${measure_secs}" \
--shared-keyspace \
--no-cleanup \
--read-path "${read_path}" \
--durability "${durability}" \
@@ -159,7 +156,6 @@ start_run_bg() {
--prefill-keys "${prefill_keys}" \
--warmup-secs "${warmup_secs}" \
--measure-secs "${measure_secs}" \
--shared-keyspace \
--no-cleanup \
--read-path "${read_path}" \
--durability "${durability}" \