Skip to content

Commit

Permalink
set bench.path for benches
Browse files Browse the repository at this point in the history
  • Loading branch information
picoHz committed Sep 8, 2020
1 parent b0569c7 commit b167225
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ cc = { version = "1.0.59", features = ["parallel"] }
[[bench]]
name = "lz4"
harness = false
path = "benches"

[[bench]]
name = "lz4_hc"
harness = false
path = "benches"

[[bench]]
name = "lz4f"
harness = false
harness = false
path = "benches"

0 comments on commit b167225

Please sign in to comment.