diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index a1306ae02..c0148aecc 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -48,7 +48,7 @@ jobs: benchmark-name: "magiconion-${{ github.event.issue.number || (inputs.inputs && 'wf' || github.run_number) }}" benchmark-timeout: 20 # 10min (env prepare) + 5min (clone & benchmark) + 5min (spare) client-benchmark-script-path: ".github/scripts/run-benchmark-client.sh" - client-benchmark-script-args: "--args \"-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels ${{ matrix.channels }} --streams ${{ matrix.streams }}\" --tags \"${{ matrix.tags }}\"" + client-benchmark-script-args: "--args \"-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels ${{ matrix.channels }} --streams ${{ matrix.streams }} --tags \"${{ matrix.tags }}\"" server-benchmark-script-path: ".github/scripts/run-benchmark-server.sh" server-benchmark-script-args: "" secrets: inherit