fix and extend benchmark (#2030)

* add benchmark, add missing inlines

* fix stacker bench

* add wiki benchmark

* move line split out of bench
This commit is contained in:
PSeitz
2023-05-10 19:01:56 +08:00
committed by GitHub
parent 0eafbaab8e
commit d1988be8e9
9 changed files with 2143 additions and 41 deletions

View File

@@ -21,3 +21,8 @@ path = "example/hashmap.rs"
rand = "0.8.5"
zipf = "7.0.0"
criterion = "0.4.0"
[features]
unstable = [] # useful for benches.