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
-1
View File
@@ -56,7 +56,6 @@ for workload in "${workloads[@]}"; do
--prefill-keys "${prefill_keys}" \
--warmup-secs "${warmup_secs}" \
--measure-secs "${measure_secs}" \
--shared-keyspace \
--read-path "${read_path}" \
--result-file "${result_file}"
done