Align read workload GC handling across engines

This commit is contained in:
2026-03-08 21:57:09 +08:00
parent ddc3f8af7e
commit 2c33c45d2c
5 changed files with 37 additions and 5 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ def run_engine_cases(
f"[run] engine={engine} mode={mode_display} "
f"threads={threads} key={key_size} value={value_size}"
)
print(f"{' '.join(args)}")
# print(f"{' '.join(args)}")
subprocess.run(args, check=True)