Browse Source

testing benchmark action

pull/232/head
Jason Williams 4 years ago
parent
commit
fa47abfc4d
  1. 2
      .github/workflows/benchmark.yml

2
.github/workflows/benchmark.yml

@ -14,7 +14,7 @@ jobs:
- name: Run benchmark
run: cargo bench | tee output.txt
- name: Store benchmark result
uses: jasonwilliams/github-action-benchmark@local-add-criterion-support
uses: jasonwilliams/github-action-benchmark@v1
with:
name: Rust Benchmark
tool: "criterion"

Loading…
Cancel
Save