(numberOfTestFiles)
| 20 | } |
| 21 | |
| 22 | function setup(numberOfTestFiles) { |
| 23 | tmpdir.refresh(); |
| 24 | const dirPath = getTestDirPath(numberOfTestFiles); |
| 25 | makeTestDirWithFiles(dirPath, numberOfTestFiles); |
| 26 | } |
| 27 | |
| 28 | /** |
| 29 | * This benchmark evaluates the overhead of running a single test file under different |
no test coverage detected
searching dependent graphs…