diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4586bc7361..6510b9550c 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -43,12 +43,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: benchmark-action/github-action-benchmark@v1.11.2 with: name: Boa Benchmarks - tool: "criterion" + tool: "cargo" output-file-path: output.txt auto-push: true github-token: ${{ secrets.GITHUB_TOKEN }}