From 25f2052feba5e96e1091d34fd6105958097f5c1e Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Mon, 3 Jan 2022 13:00:09 +0100 Subject: [PATCH 1/3] Trying the new action fixes for PR benchmarksg --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 5dc243bb6aa..7c54a69d142 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ 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@action_fixes with: token: ${{ secrets.GITHUB_TOKEN }} branchName: ${{ github.base_ref }} From 08b2cd3bd10523d0e454a0110a17c633dbddf238 Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Thu, 27 Jan 2022 20:59:44 +0100 Subject: [PATCH 2/3] Small change to trigger the action --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7c54a69d142..c506ab8627c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,4 +25,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} branchName: ${{ github.base_ref }} - cwd: boa + cwd: ./boa From d7a128731521870368c4be541bb98054cb93e661 Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Thu, 27 Jan 2022 21:58:29 +0100 Subject: [PATCH 3/3] Small change to trigger benchmarks --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c506ab8627c..7c54a69d142 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -25,4 +25,4 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} branchName: ${{ github.base_ref }} - cwd: ./boa + cwd: boa