(target)
| 9 | } |
| 10 | |
| 11 | function benchmarkConfigPath(target) { |
| 12 | return path.join(target.path, ".plugin-eval", "benchmark.json"); |
| 13 | } |
| 14 | |
| 15 | function usageLogPath(target) { |
| 16 | return path.join(target.path, ".plugin-eval", "benchmark-usage.jsonl"); |
no outgoing calls
no test coverage detected