From a9700a7c206d9e364fd93bd682056886d7cc4a41 Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:29:56 +0900 Subject: [PATCH 1/2] dummy --- .github/workflows/benchmark.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 8a11b3cec..f3515d8d5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -11,6 +11,7 @@ permissions: issues: write pull-requests: write +# benchmark jobs: # run benchmark benchmark: From b3a914ca06d517118dc8947362d0636bd99c289b Mon Sep 17 00:00:00 2001 From: Ikiru Yoshizaki <3856350+guitarrapc@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:37:52 +0900 Subject: [PATCH 2/2] tmp: expand timeout --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index f3515d8d5..c127f8e9b 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -20,7 +20,7 @@ jobs: 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) + benchmark-timeout: 30 # 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 2\"" server-benchmark-script-path: ".github/scripts/run-benchmark-server.sh"