Update readme benchmarks
Some checks failed
Tests / Clang total: 1096, failed: 2, passed: 1094
Tests / Release [gcc] total: 1096, failed: 2, passed: 1094
Tests / Release [gcc,aarch64] total: 824, failed: 2, passed: 822
Tests / Coverage total: 823, passed: 823
weaselab/conflict-set/pipeline/head There was a failure building this commit

I was incorrectly linking to an old build of conflict set, before the
conflict-set name change. I don't know what the regression is from, but
update the README for transparency now.
This commit is contained in:
2024-03-27 16:12:45 -07:00
parent 5cf43d1bfa
commit 76a7e17b29

View File

@@ -33,25 +33,25 @@ Performance counters:
## Radix tree (this implementation) ## Radix tree (this implementation)
``` ```
New conflict set: 1.285 sec New conflict set: 1.660 sec
0.973 Mtransactions/sec 0.753 Mtransactions/sec
3.892 Mkeys/sec 3.012 Mkeys/sec
Detect only: 1.196 sec Detect only: 1.524 sec
1.045 Mtransactions/sec 0.820 Mtransactions/sec
4.180 Mkeys/sec 3.280 Mkeys/sec
Skiplist only: 0.539 sec Skiplist only: 0.844 sec
2.320 Mtransactions/sec 1.481 Mtransactions/sec
9.281 Mkeys/sec 5.926 Mkeys/sec
Performance counters: Performance counters:
Build: 0.0377 Build: 0.0699
Add: 0.0493 Add: 0.0628
Detect: 1.2 Detect: 1.52
D.Sort: 0.41 D.Sort: 0.435
D.Combine: 0.0135 D.Combine: 0.0183
D.CheckRead: 0.219 D.CheckRead: 0.37
D.CheckIntraBatch: 0.00654 D.CheckIntraBatch: 0.00801
D.MergeWrite: 0.319 D.MergeWrite: 0.473
D.RemoveBefore: 0.224 D.RemoveBefore: 0.215
``` ```
# Our benchmark # Our benchmark