Skip to content

Commit

Permalink
Revert "Using the upstream version of the benchmark action (#768)"
Browse files Browse the repository at this point in the history
This reverts commit 3cb8c94.
  • Loading branch information
Razican committed Oct 3, 2020
1 parent 3e60d2c commit 4cfdc06
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 -- --output-format bencher | tee output.txt
run: cargo bench -p Boa | tee output.txt
- name: Store benchmark result
uses: rhysd/github-action-benchmark@v1.8.1
uses: jasonwilliams/github-action-benchmark@v1
with:
name: Boa Benchmarks
tool: "cargo"
tool: "criterion"
output-file-path: output.txt
auto-push: true
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4cfdc06

Please sign in to comment.