Skip to content

Commit

Permalink
Merge pull request #813 from Cysharp/feature/benchmark
Browse files Browse the repository at this point in the history
ci: provide benchmark name & extend timeout
  • Loading branch information
guitarrapc authored Jul 23, 2024
2 parents 0d75875 + ef206cf commit 27a00af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
branch: ${{ needs.prepare.outputs.branch }}
dotnet-version: "8.0"
environment: benchmark
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\""
server-benchmark-script-path: ".github/scripts/run-benchmark-server.sh"
Expand Down

0 comments on commit 27a00af

Please sign in to comment.