We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cbda2 commit 4acf7f6Copy full SHA for 4acf7f6
.github/workflows/benchmark.yml
@@ -30,11 +30,13 @@ jobs:
30
tool: "benchmarkjs"
31
output-file-path: benchmark/output.txt
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
- auto-push: true
34
# show alert with commit comment on detecting possible performance regression
35
alert-threshold: "110%"
36
comment-on-alert: true
37
fail-on-alert: true
38
# Enable Job Summary for PRs
39
comment-always: true
40
alert-comment-cc-users: "@bavulapati"
+ - name: Push benchmark result
41
+ run: git push ...
42
+ if: github.event_name != 'pull_request'
0 commit comments