Skip to content

Commit

Permalink
fix bench command line options (#1685)
Browse files Browse the repository at this point in the history
fix to criterion bench not accepts options

```
error: Unrecognized option: 'save-baseline'
error: bench failed
```
bheisler/criterion.rs#193 (comment)
  • Loading branch information
kazuk authored May 12, 2022
1 parent 3d91302 commit b425d17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions arrow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ rust-version = "1.57"
[lib]
name = "arrow"
path = "src/lib.rs"
bench = false

[dependencies]
serde = { version = "1.0" }
Expand Down
3 changes: 3 additions & 0 deletions parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ harness = false
name = "arrow_reader"
required-features = ["test_common", "experimental"]
harness = false

[lib]
bench = false

0 comments on commit b425d17

Please sign in to comment.