Benchmarks

This commit is contained in:
2023-09-12 14:56:24 +01:00
parent 3ed62d9f9a
commit f42096fa64
8 changed files with 1040 additions and 459 deletions

View File

@ -5,7 +5,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
crate-type = ["cdylib", "rlib"]
[dependencies]
itertools = "0.11.0"
@ -17,3 +17,8 @@ wasm-bindgen = "0.2.87"
rand = "0.8.5"
wasm-bindgen-test = "0.3.37"
serde_json = "1.0.105"
criterion = { version = "0.5" }
[[bench]]
name = "basic"
harness = false