File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 58
58
unit-test :
59
59
name : Unit Tests
60
60
runs-on : ubuntu-22.04
61
+ permissions :
62
+ contents : write
61
63
steps :
62
64
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
63
65
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
@@ -255,7 +257,7 @@ jobs:
255
257
benchmark-data-dir-path : " "
256
258
# Set auto-push to false since GitHub API token is not given
257
259
auto-push : false
258
- alert-threshold : ' 125 %'
260
+ alert-threshold : ' 150 %'
259
261
gh-pages-branch : " benchmark-results"
260
262
fail-on-alert : true
261
263
- name : Push benchmark result
@@ -264,9 +266,10 @@ jobs:
264
266
load-tests :
265
267
name : Load Tests
266
268
if : ${{ !github.event.pull_request.head.repo.fork && !startsWith(github.ref_name, 'dependabot/') }}
269
+ permissions :
270
+ contents : write
267
271
runs-on : ubuntu-22.04
268
272
needs : build-unsigned-snapshot
269
-
270
273
steps :
271
274
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
272
275
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
@@ -326,7 +329,11 @@ jobs:
326
329
benchmark-data-dir-path : " "
327
330
# Set auto-push to false since GitHub API token is not given
328
331
auto-push : false
329
- alert-threshold : ' 125%'
332
+ <<<<<<< Updated upstream
333
+ alert-threshold : ' 175%'
334
+ =======
335
+ alert-threshold : ' 150%'
336
+ >>>>>>> Stashed changes
330
337
gh-pages-branch : " benchmark-results"
331
338
fail-on-alert : true
332
339
You can’t perform that action at this time.
0 commit comments