Change Criterion output format

This commit is contained in:
Serial 2021-12-31 13:36:42 -05:00
parent d610d59830
commit 749f920cf0
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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