test(stress): increase cpu-stress to 3 workers with 2.0 CPU limit
All checks were successful
ci / build (push) Successful in 26s
All checks were successful
ci / build (push) Successful in 26s
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
eb01c1c842
commit
d624d46822
1 changed files with 2 additions and 2 deletions
|
|
@ -33,14 +33,14 @@ services:
|
|||
image: alexeiled/stress-ng:latest
|
||||
command:
|
||||
- --cpu
|
||||
- "2"
|
||||
- "3"
|
||||
- --timeout
|
||||
- "300s"
|
||||
- --metrics-brief
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: "1.0"
|
||||
cpus: "2.0"
|
||||
memory: 128M
|
||||
# This container owns the PID namespace
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue