Skip to content

Commit

Permalink
Using the upstream version of the benchmark actions, might fix the be…
Browse files Browse the repository at this point in the history
…nchmarks
  • Loading branch information
Razican committed Oct 2, 2020
1 parent ac85ee0 commit a0b0ebf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a0b0ebf

Please sign in to comment.