We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b86724 commit 4cc93ceCopy full SHA for 4cc93ce
.github/workflows/manual-benchmarks-cascade.yaml
@@ -223,15 +223,15 @@ jobs:
223
uses: ./.github/workflows/actions/create-server-with-retry
224
with:
225
server_name: ${{ steps.extract_names.outputs.server_name }}
226
- server_type: cpx51
+ server_type: cpx41
227
max_retries: 5
228
229
- name: Create Client
230
if: ${{ inputs.machines_per_bench == true || inputs.current_batch == 0 }}
231
232
233
server_name: ${{ steps.extract_names.outputs.client_name }}
234
- server_type: cpx41
+ server_type: cpx31
235
236
runBenchmarks:
237
name: Run Benchmark ${{ matrix.config.index }}
0 commit comments