Stress Test¶
Subprocess isolation validation workflow (developer tool). The
compute-primesstep runs in a subprocess to exercise the gateway's subprocess execution path.
Workflow name: stress-test
Execution: main
Steps¶
| # | ID | Name | Type | Depends on |
|---|---|---|---|---|
| 1 | compute-primes |
CPU stress test (primes sieve) | code |
|
| 2 | verify-result |
Verify stress test result | reasoning |
compute-primes |
Step instructions¶
verify-result¶
Inspect the compute-primes result. Confirm the subprocess returned without error and prime_count is plausible for the limit (π(1,000,000) = 78,498). Report pass/fail and elapsed_seconds. This validates that the gateway's subprocess-isolation path completed end-to-end and the server stayed responsive — not merely that primes were computed.