Skip to content

Commit 63e3400

Browse files
committed
Allow 20 machines at once
1 parent c2980a0 commit 63e3400

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/manual-benchmarks-cascade.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
CONFIG_FILE="benchmark_cascade/benchmark-configs.json"
7777
BENCHMARK_SET="${{ inputs.benchmark_set }}"
7878
CURRENT_BATCH=${{ inputs.current_batch || 0 }}
79-
BATCH_SIZE=10
79+
BATCH_SIZE=20
8080
8181
echo "benchmark_set=$BENCHMARK_SET" >> $GITHUB_OUTPUT
8282
@@ -234,7 +234,7 @@ jobs:
234234
if: inputs.process_results == false
235235
runs-on: ubuntu-latest
236236
strategy:
237-
max-parallel: 10
237+
max-parallel: 20
238238
fail-fast: false
239239
matrix:
240240
config: ${{ fromJSON(needs.prepareBenchmarks.outputs.matrix) }}
@@ -289,7 +289,7 @@ jobs:
289289
contents: read
290290
packages: read
291291
strategy:
292-
max-parallel: 10
292+
max-parallel: 20
293293
fail-fast: false
294294
matrix:
295295
config: ${{ fromJSON(needs.prepareBenchmarks.outputs.matrix) }}

0 commit comments

Comments
 (0)