From 98faa73bbe963449317f1dd1f203a781c665387e Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Sat, 29 Jan 2022 17:34:13 +0000 Subject: [PATCH] Update the PR benchmarks action (#1774) This is just for debugging for now. If we find out a fix, we can merge it. --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5dc243bb6a..83d78866d0 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -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