We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08869b9 + 75ec1a9 commit c3aebc4Copy full SHA for c3aebc4
.github/workflows/ci.yml
@@ -257,7 +257,7 @@ jobs:
257
benchmark-data-dir-path: ""
258
# Set auto-push to false since GitHub API token is not given
259
auto-push: false
260
- alert-threshold: '150%'
+ alert-threshold: '125%'
261
gh-pages-branch: "benchmark-results"
262
fail-on-alert: true
263
- name: Push benchmark result
@@ -270,6 +270,7 @@ jobs:
270
contents: write
271
runs-on: ubuntu-22.04
272
needs: build-unsigned-snapshot
273
+
274
steps:
275
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
276
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
0 commit comments