Skip to content

Commit

Permalink
chore: allow bench arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Aug 15, 2024
1 parent 739cd14 commit 5f747d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ criterion = "0.5"
laz = ["dep:laz"]
laz-parallel = ["dep:laz", "laz/parallel"]

[lib]
bench = false

[[bench]]
name = "roundtrip"
harness = false
Expand Down

0 comments on commit 5f747d2

Please sign in to comment.