Skip to content

Commit

Permalink
bench: added tokio to bench as a required-feature
Browse files Browse the repository at this point in the history
Signed-off-by: JadKHaddad <jadkhaddad@gmail.com>
  • Loading branch information
JadKHaddad committed Sep 16, 2024
1 parent 2757cb9 commit a935bad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ criterion = { version = "0.5", features = ["html_reports"] }
[[bench]]
name = "tokio"
harness = false
required-features = ["tokio"]
# cargo bench --features tokio

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit a935bad

Please sign in to comment.