mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 21:06:48 +00:00
Enforce the max-parallel to 1 to avoid the conflicts of network benchmarks
This commit is contained in:
parent
1e3098d734
commit
85e0dcf70b
2
.github/workflows/benchmark_asterinas.yml
vendored
2
.github/workflows/benchmark_asterinas.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user