This repository was archived by the owner on Jun 2, 2021. It is now read-only.
Commit df570cb
Add .envrc file to set maximum number of test threads
We noticed that total test run time was much longer (30+ minutes vs. 10
minutes) on our new 16 logical core machines than our older 8 logical
core machines.
The tests seem to spend a long time starting parallel threads, either
because the (many) `require` statements in the Rakefile take a long time
when running many cores, or because they're waiting for a lockfile used
by the `parallel` gem.
Co-authored-by: Nat Bennett <nbennett@pivotal.io>
Co-authored-by: Matt Royal <mroyal@pivotal.io>1 parent ee681c6 commit df570cb
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments