The proving-ground complexity test currently asserts a strict wall-clock growth ratio while the full Vitest suite runs files in parallel. During PR #324 Code Lawyer checks, npm test failed repeatedly with ratios around 16.1-16.25 against the < 15 threshold, while npx vitest run test/proving-ground.test.js -t 'complexity' passed in isolation. The gate should verify sub-quadratic behavior without depending on incidental CPU contention from unrelated test files.
The proving-ground complexity test currently asserts a strict wall-clock growth ratio while the full Vitest suite runs files in parallel. During PR #324 Code Lawyer checks,
npm testfailed repeatedly with ratios around 16.1-16.25 against the< 15threshold, whilenpx vitest run test/proving-ground.test.js -t 'complexity'passed in isolation. The gate should verify sub-quadratic behavior without depending on incidental CPU contention from unrelated test files.