mirror of https://github.com/boa-dev/boa.git
Jason Williams
5 years ago
1 changed files with 6 additions and 6 deletions
@ -1,12 +1,12 @@
|
||||
on: pull_request |
||||
on: [pull_request] |
||||
name: benchmark pull requests |
||||
jobs: |
||||
runBenchmark: |
||||
name: run benchmark |
||||
runs-on: ubuntu-latest |
||||
steps: |
||||
- uses: actions/checkout@master |
||||
- name: run benchmark |
||||
uses: matchai/criterion-compare-action@master |
||||
env: |
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
||||
- uses: actions/checkout@master |
||||
- name: run benchmark |
||||
uses: matchai/criterion-compare-action@master |
||||
env: |
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
||||
|
Loading…
Reference in new issue