diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2015-11-03 17:42:52 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2015-11-03 17:43:08 -0800 |
commit | 5a0e0e72995472e315738dcea5b5a12d6e3d3489 (patch) | |
tree | bb99bf6d718c0151b6c9bb6a75c669a7d3494cda /actionview | |
parent | 491f488f5ac4e50abfbd1a434971e41e48aa2f15 (diff) | |
download | rails-5a0e0e72995472e315738dcea5b5a12d6e3d3489.tar.gz rails-5a0e0e72995472e315738dcea5b5a12d6e3d3489.tar.bz2 rails-5a0e0e72995472e315738dcea5b5a12d6e3d3489.zip |
don't start a new process for every test file
we can just reuse the parent process. We should figure out what files
are commonly required among the test files and try to require them in
the parent so that the require time cost is amortized across the
processes.
Diffstat (limited to 'actionview')
0 files changed, 0 insertions, 0 deletions