From 85e0dcf70b663bd5d76e17aa72d391294a017e52 Mon Sep 17 00:00:00 2001 From: Fabing Li Date: Wed, 26 Mar 2025 03:08:10 +0000 Subject: [PATCH] Enforce the max-parallel to 1 to avoid the conflicts of network benchmarks --- .github/workflows/benchmark_asterinas.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark_asterinas.yml b/.github/workflows/benchmark_asterinas.yml index 7f0635fbf..e0000fe23 100644 --- a/.github/workflows/benchmark_asterinas.yml +++ b/.github/workflows/benchmark_asterinas.yml @@ -103,6 +103,8 @@ jobs: - memcached/t8_conc32_window20k - memcached/t16_conc64_window10k fail-fast: false + # FIXME: Remove the following line after fixing the parallel execution of network benchmarks. + max-parallel: 1 timeout-minutes: 60 container: image: asterinas/asterinas:0.14.1-20250322