You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should consider strategies for running larger test suites. For truly large workloads #277 will help scale things out, but before we get to that we should consider maximizing resources on a single machine.
Ideally we would modify the runner to:
Detect the number of CPU cores, running N-1 tests simultaneously
Figure out a strategy to prevent resource intensive tests from impacting perf results from its test neighbors (CPU pinning?)
The text was updated successfully, but these errors were encountered:
We should consider strategies for running larger test suites. For truly large workloads #277 will help scale things out, but before we get to that we should consider maximizing resources on a single machine.
Ideally we would modify the runner to:
The text was updated successfully, but these errors were encountered: