Skip to content

Commit

Permalink
bench fix
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 23, 2024
1 parent fec6063 commit 83ae3e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions quinn-udp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ windows-sys = { workspace = true }
[dev-dependencies]
criterion = "0.5"

[lib]
# See https://github.com/bheisler/criterion.rs/blob/master/book/src/faq.md#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
bench = false

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

0 comments on commit 83ae3e7

Please sign in to comment.