|
|
@ -43,12 +43,12 @@ jobs: |
|
|
|
env: |
|
|
|
env: |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
- name: Run benchmark |
|
|
|
- name: Run benchmark |
|
|
|
run: cargo bench -p Boa | tee output.txt |
|
|
|
run: cargo bench -p Boa -- --output-format bencher | tee output.txt |
|
|
|
- name: Store benchmark result |
|
|
|
- name: Store benchmark result |
|
|
|
uses: jasonwilliams/github-action-benchmark@v1 |
|
|
|
uses: benchmark-action/github-action-benchmark@v1.11.2 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: Boa Benchmarks |
|
|
|
name: Boa Benchmarks |
|
|
|
tool: "criterion" |
|
|
|
tool: "cargo" |
|
|
|
output-file-path: output.txt |
|
|
|
output-file-path: output.txt |
|
|
|
auto-push: true |
|
|
|
auto-push: true |
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
github-token: ${{ secrets.GITHUB_TOKEN }} |
|
|
|