Browse Source

Using the upstream version of the benchmark action (#768)

pull/722/head
Iban Eguia 4 years ago committed by GitHub
parent
commit
3cb8c94538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      .github/workflows/master.yml

6
.github/workflows/master.yml

@ -46,12 +46,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run benchmark
run: cargo bench -p Boa | tee output.txt
run: cargo bench -p Boa -- --output-format bencher | tee output.txt
- name: Store benchmark result
uses: jasonwilliams/github-action-benchmark@v1
uses: rhysd/github-action-benchmark@v1.8.1
with:
name: Boa Benchmarks
tool: "criterion"
tool: "cargo"
output-file-path: output.txt
auto-push: true
github-token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save