(target)
| 37 | } |
| 38 | |
| 39 | function defaultBenchmarkConfigPath(target) { |
| 40 | return path.join(benchmarkDirectoryForTarget(target), "benchmark.json"); |
| 41 | } |
| 42 | |
| 43 | function defaultUsageLogPath(target) { |
| 44 | return path.join(benchmarkDirectoryForTarget(target), "benchmark-usage.jsonl"); |
no test coverage detected