mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-10 06:34:18 +00:00
Change Criterion output format
This commit is contained in:
parent
d610d59830
commit
749f920cf0
2 changed files with 4 additions and 1 deletions
2
.github/workflows/bench.yml
vendored
2
.github/workflows/bench.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
override: true
|
||||
|
||||
- name: Run benchmark
|
||||
run: cargo bench --all-features | tee output.txt
|
||||
run: cargo bench --all-features -- --output-format bencher | tee output.txt
|
||||
|
||||
- name: Store benchmark result
|
||||
uses: benchmark-action/github-action-benchmark@v1
|
||||
|
|
|
@ -38,6 +38,9 @@ tempfile = "3.2.0"
|
|||
# tag_writer example
|
||||
structopt = { version = "0.3.25", default-features = false }
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
[[bench]]
|
||||
name = "read_file"
|
||||
harness = false
|
||||
|
|
Loading…
Reference in a new issue