Skip to content

Commit

Permalink
Merge pull request #114 from Dr-Emann/criteron
Browse files Browse the repository at this point in the history
Convert benchmarks to criterion
  • Loading branch information
saulius authored Aug 4, 2023
2 parents 13a71b4 + 7059094 commit 91e85fc
Show file tree
Hide file tree
Showing 3 changed files with 364 additions and 640 deletions.
9 changes: 9 additions & 0 deletions croaring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ buildtime_bindgen = ["ffi/buildtime_bindgen"]
[dev-dependencies]
proptest = "1"
roaring = "0.10"
criterion = { version = "0.5", features = ["html_reports"] }

[dependencies]
ffi = { package = "croaring-sys", path = "../croaring-sys", version = "0.9.0" }
byteorder = "1"

[[bench]]
name = "benches"
harness = false

[[bench]]
name = "performance_comparison"
harness = false
Loading

0 comments on commit 91e85fc

Please sign in to comment.