Skip to content

Commit

Permalink
Merge branch 'main' into tmp/benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc authored Jul 24, 2024
2 parents b3a914c + 73a3249 commit 1ac50f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
dotnet-version: "8.0"
environment: benchmark
benchmark-name: "magiconion-${{ github.event.issue.number || github.run_number }}"
benchmark-timeout: 30 # 10min (env prepare) + 8min (clone & benchmark)
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 streaminghub --channels 1 --streams 2\""
client-benchmark-script-args: "--args \"-u http://${BENCHMARK_SERVER_NAME}:5000 -s streaminghub --channels 1 --streams 1\""
server-benchmark-script-path: ".github/scripts/run-benchmark-server.sh"
server-benchmark-script-args: ""
secrets: inherit

0 comments on commit 1ac50f0

Please sign in to comment.