File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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) }}
You can’t perform that action at this time.
0 commit comments