build(test): benchmark safe concurrency ramps

req: test/004
This commit is contained in:
slhx agent
2026-05-11 10:31:19 +02:00
parent 7a2c5ecae0
commit 9ceea7de94
2 changed files with 88 additions and 18 deletions
+1 -1
View File
@@ -597,7 +597,7 @@ what a valid business email is.
003 Generated registries are validated by compile-time tests: missing handler implementations produce test failures with actionable messages.
### req: test/004
004 Repository-wide verification uses a resource-aware runner that caps Cargo build jobs and Rust test threads from available CPU and memory. Browser E2E runs as an isolated step and can be skipped explicitly when browser infrastructure is unavailable.
004 Repository-wide verification uses a resource-aware runner that caps Cargo build jobs and Rust test threads from available CPU and memory. User-requested concurrency cannot exceed the detected safe cap. Browser E2E runs as an isolated step and can be skipped explicitly when browser infrastructure is unavailable.
---