update doc

This commit is contained in:
abbycin 2026-03-08 12:23:05 +08:00
parent 8601e6d56d
commit 1bdc932c51
Signed by: abby
GPG Key ID: B636E0F0307EF8EB
2 changed files with 1 additions and 28 deletions

View File

@ -52,35 +52,8 @@ mkdir -p "${KV_BENCH_STORAGE_ROOT}/basic_mace" "${KV_BENCH_STORAGE_ROOT}/basic_r
- `W1/W2/W3/W4`: mixed read+update p99 - `W1/W2/W3/W4`: mixed read+update p99
- `W5`: mixed read+update+scan p99 - `W5`: mixed read+update+scan p99
- `W6`: scan p99 - `W6`: scan p99
- Reliability gate: if `error_ops > 0`, debug that case before drawing conclusions
Raw CSV path: `./scripts/benchmark_results.csv` Raw CSV path: `./scripts/benchmark_results.csv`
## Phase Reports
- Phase 1 (stability CV):
```bash
./scripts/bin/python ./scripts/phase1_eval.py ./scripts/phase1_results.csv
```
- Phase 2 (core median + slow scenarios):
```bash
./scripts/bin/python ./scripts/phase2_report.py ./scripts/phase2_results.csv
```
- Phase 3 (durability cost):
```bash
./scripts/bin/python ./scripts/phase3_report.py ./scripts/phase3_results.csv
```
- Phase 4 (restart/recovery):
```bash
./scripts/bin/python ./scripts/phase4_report.py ./scripts/phase4_restart_mace.csv
./scripts/bin/python ./scripts/phase4_report.py ./scripts/phase4_restart_rocks.csv
```
## Full Reproduction ## Full Reproduction
For phase-by-phase commands, knobs, and interpretation rules, use [docs/repro.md](./docs/repro.md). For phase-by-phase commands, knobs, and interpretation rules, use [docs/repro.md](./docs/repro.md).

View File

@ -36,7 +36,7 @@ Requirements:
- Keep at least `25GB` free under storage root before long runs. - Keep at least `25GB` free under storage root before long runs.
## 3. Initialization ## 3. Initialization
assume that kv_bench repo is located in `$HOME` Assume that kv_bench repo is located in `$HOME`
```bash ```bash
cd "$HOME/kv_bench/scripts" cd "$HOME/kv_bench/scripts"
./init.sh ./init.sh