Skip to content

Commit 180c781

Browse files
committed
Add benchmarks for BSBM explore examples
1 parent b11e906 commit 180c781

File tree

3 files changed

+422
-0
lines changed

3 files changed

+422
-0
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bench/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,12 @@ serde.workspace = true
3131
tokio.workspace = true
3232
zip-extract.workspace = true
3333

34+
[dev-dependencies]
35+
codspeed-criterion-compat = { workspace = true, features = ["async_tokio"] }
36+
3437
[lints]
3538
workspace = true
39+
40+
[[bench]]
41+
name = "bsbm"
42+
harness = false

0 commit comments

Comments
 (0)