-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... Node.js engineer
I want... to make sure benchmarks do not impact one another
So that... I know I'm testing in isolation with warmed up code
Dev Experience
- No change in terms of running the benchmarks
Dependencies
- Benchmarks
Risks/Unknowns
- General benchmark results should not change greatly (warmup may improve metrics)
Acceptance Criteria
Implementation Requirements
- Isolate benchmark tests into their own processes
- Warm up benchmark code to avoid cold start costs
Testing Requirements
- Perf metrics still work
- Numbers aren't changed by much
Documentation Requirements
- None
Follow Up Requirements
- None