diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 6fc97121d..899e3709a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -42,7 +42,7 @@ jobs: benchmark-name: "magiconion-${{ github.event.issue.number || github.run_number }}" benchmark-timeout: 18 # 10min (env prepare) + 8min (clone & benchmark) client-benchmark-script-path: ".github/scripts/run-benchmark-client.sh" - client-benchmark-script-args: "--args \"-u http://${BENCHMARK_SERVER_NAME}:5000 -s streaminghub --channels 1 --streams 1\"" + client-benchmark-script-args: "--args \"-u http://${BENCHMARK_SERVER_NAME}:5000 -s streaminghub --channels 1 --streams 2\"" server-benchmark-script-path: ".github/scripts/run-benchmark-server.sh" server-benchmark-script-args: "" secrets: inherit