Skip to content

Commit

Permalink
Update the PR benchmarks action (#1774)
Browse files Browse the repository at this point in the history
This is just for debugging for now. If we find out a fix, we can merge it.
  • Loading branch information
Razican committed Jan 29, 2022
1 parent db067cf commit 98faa73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
~/.cargo/git
~/.cargo/registry
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: boa-dev/criterion-compare-action@master
- uses: boa-dev/criterion-compare-action@v3.0.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
branchName: ${{ github.base_ref }}
cwd: boa
cwd: ./boa

0 comments on commit 98faa73

Please sign in to comment.