MCPcopy Create free account
hub / github.com/openai/plugins / defaultBenchmarkConfigPath

Function defaultBenchmarkConfigPath

plugins/plugin-eval/src/core/benchmark.js:39–41  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

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

Callers 2

loadBenchmarkConfigFunction · 0.85
initializeBenchmarkFunction · 0.85

Calls 1

Tested by

no test coverage detected