Skip to content

Commit

Permalink
chore: comment symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Aug 13, 2024
1 parent ec52b2b commit 14163d1
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,31 @@ permissions:
jobs:
# run benchmark
benchmark:
strategy:
fail-fast: false
max-parallel: 1 # serial execution
matrix:
include:
# 1
- channels: 28
streams: 1
# 1x1
- channels: 1
streams: 1
# 70
- channels: 28
streams: 70
# 70x1
- channels: 1
streams: 70
uses: Cysharp/Actions/.github/workflows/benchmark.yaml@main
with:
dotnet-version: "8.0"
environment: benchmark
benchmark-name: "magiconion-${{ github.event.issue.number || 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 1 --streams 1\""
client-benchmark-script-args: "--args \"-u http://${BENCHMARK_SERVER_NAME}:5000 -s CI --channels ${{ matrix.channels }} --streams ${{ matrix.streams }}\""
server-benchmark-script-path: ".github/scripts/run-benchmark-server.sh"
server-benchmark-script-args: ""
secrets: inherit

0 comments on commit 14163d1

Please sign in to comment.