mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-09 05:16:47 +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/t8_conc32_window20k
|
||||||
- memcached/t16_conc64_window10k
|
- memcached/t16_conc64_window10k
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
# FIXME: Remove the following line after fixing the parallel execution of network benchmarks.
|
||||||
|
max-parallel: 1
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
container:
|
container:
|
||||||
image: asterinas/asterinas:0.14.1-20250322
|
image: asterinas/asterinas:0.14.1-20250322
|
||||||
|
Loading…
x
Reference in New Issue
Block a user