Skip to content

Commit 49bcc32

Browse files
authored
Benchmark cleanup (#7102)
1 parent 5ce5010 commit 49bcc32

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
pull_request:
1212
branches: [master, 11.0_release]
1313

14-
permissions:
15-
# allow posting comments to pull request
16-
pull-requests: write
17-
1814
concurrency:
1915
group: ci-${{ github.ref }}-1
2016
# Cancel previous builds for pull requests only.
@@ -346,10 +342,9 @@ jobs:
346342
output-file-path: tests/benchmark-output.json
347343
external-data-json-path: ./tests/benchmark-cache/benchmark-data.json
348344
github-token: ${{ secrets.GITHUB_TOKEN }}
349-
alert-threshold: "150%"
345+
alert-threshold: "120%"
350346
comment-always: true
351347
comment-on-alert: true
352-
summary-always: true
353348

354349
- name: Build playground compiler
355350
if: matrix.build_playground

0 commit comments

Comments
 (0)