We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2630785 commit 2edf736Copy full SHA for 2edf736
.github/workflows/benchmark.yml
@@ -50,14 +50,10 @@ jobs:
50
tool: 'customSmallerIsBetter'
51
# Where the output from the benchmark tool is stored
52
output-file-path: tests/benchmark/results/output.json
53
- # # Where the previous data file is stored
54
- # external-data-json-path: ./cache/benchmark-data.json
55
- # Workflow will fail when an alert happens
+
+ github-token: ${{ secrets.GITHUB_TOKEN }}
56
fail-on-alert: true
57
- # Enable alert commit comment
58
- # comment-on-alert: true
59
- # GitHub API token to make a commit comment
60
- # github-token: ${{ secrets.GITHUB_TOKEN }}
61
- # Enable Job Summary for PRs
+ comment-on-alert: true
62
summary-always: true
63
- auto-push: true
+ auto-push: true
+ benchmark-data-dir-path: docs
0 commit comments