Skip to content

Commit 284fdb1

Browse files
committed
[bench] reduce number of iterations to reduce execution time + increase timeout to 4 hours
1 parent 9943d08 commit 284fdb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bench.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ on:
1616
warmupIterations:
1717
description: 'Warmup iterations'
1818
required: false
19-
default: '13'
19+
default: '10'
2020
measurementIterations:
2121
description: 'Measurement iterations'
2222
required: false
23-
default: '5'
23+
default: '4'
2424
iterationTime:
2525
description: 'Iteration time'
2626
required: false
@@ -41,7 +41,7 @@ jobs:
4141
bench:
4242
name: bench
4343
runs-on: bench
44-
timeout-minutes: 120
44+
timeout-minutes: 240
4545
env:
4646
IX: ${{ github.event.inputs.index || 'default' }}
4747
SE: ${{ github.event.inputs.selector || 'Kyo' }}

0 commit comments

Comments
 (0)