From 12e23b6851efd37564b9ebbc45c9b455b8a15c36 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 17 Jul 2024 19:30:58 +0900 Subject: [PATCH] feat: provide benchmark name --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ef00c6be7..646d2c36c 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,6 +37,7 @@ jobs: branch: ${{ needs.prepare.outputs.branch }} dotnet-version: "8.0" environment: benchmark + benchmark-name: "magiconion-${{ github.event.issue.number || github.run_number }}" 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"