Browse Source

Our benchmarks action now lives in boa-dev (#438)

pull/442/head
Iban Eguia 5 years ago committed by GitHub
parent
commit
145f0e3f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/pull_request.yml

2
.github/workflows/pull_request.yml

@ -26,6 +26,6 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- uses: jasonwilliams/criterion-compare-action@master
- uses: boa-dev/criterion-compare-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save