rebuild: rocksdb dbbench 运行成功

This commit is contained in:
2026-03-11 04:23:54 +00:00
parent 470412a1c2
commit a153ca5040
12 changed files with 734 additions and 837 deletions

View File

@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
env -u LD_PRELOAD rm -rf /zvfs/rocksdb_manual || true
# =========================
# Manual Config (edit here)
@@ -19,9 +20,11 @@ DB_PATH="/zvfs/rocksdb_manual"
BENCHMARKS="fillrandom,readrandom"
# key数
NUM=1000000
# NUM=1000000
NUM=50000
# 线程数
THREADS=1
THREADS=2
# 随机种子
SEED=1