()
| 39 | } |
| 40 | |
| 41 | function getDefaultReactPath() { |
| 42 | return join(__dirname, 'remote-repo'); |
| 43 | } |
| 44 | |
| 45 | async function buildBenchmark(reactPath = getDefaultReactPath(), benchmark) { |
| 46 | // get the build.js from the benchmark directory and execute it |
no outgoing calls
no test coverage detected