Skip to content

Commit 971b6ad

Browse files
committed
docs: update top-level tpcc results
1 parent 136ec3a commit 971b6ad

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -198,16 +198,16 @@ Run `make tpcc-dual` to mirror every TPCC statement to an in-memory SQLite datab
198198
- KIOXIA-EXCERIA PLUS G3 SSD
199199
- Tips: TPC-C currently only supports single thread
200200
201-
Recent 720-second local comparison on the machine above:
201+
Recent stable-run 720-second local comparison on the machine above:
202202
203203
| Backend | TpmC | New-Order p90 | Payment p90 | Order-Status p90 | Delivery p90 | Stock-Level p90 |
204204
| --- | ---: | ---: | ---: | ---: | ---: | ---: |
205-
| KiteSQL LMDB | 73638 | 0.001s | 0.001s | 0.001s | 0.002s | 0.001s |
206-
| KiteSQL RocksDB | 39051 | 0.001s | 0.001s | 0.002s | 0.009s | 0.001s |
207-
| SQLite balanced | 56788 | 0.001s | 0.001s | 0.001s | 0.001s | 0.001s |
208-
| SQLite practical | 44049 | 0.001s | 0.001s | 0.001s | 0.001s | 0.001s |
205+
| KiteSQL LMDB | 71345 | 0.001s | 0.001s | 0.001s | 0.002s | 0.001s |
206+
| KiteSQL RocksDB | 40563 | 0.001s | 0.001s | 0.002s | 0.009s | 0.001s |
207+
| SQLite balanced | 67527 | 0.001s | 0.001s | 0.001s | 0.001s | 0.001s |
208+
| SQLite practical | 64774 | 0.001s | 0.001s | 0.001s | 0.001s | 0.001s |
209209
210-
The detailed raw outputs are recorded in [tpcc/README.md](tpcc/README.md).
210+
These rows are from `./scripts/run_tpcc_stable.py --build` at `2026-06-23_00-50-48`; the detailed raw outputs are recorded in [tpcc/README.md](tpcc/README.md).
211211
#### 👉[check more](tpcc/README.md)
212212
213213
## Roadmap

0 commit comments

Comments
 (0)