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

Function benchmarkDirectoryForTarget

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

Source from the content-addressed store, hash-verified

29}
30
31function benchmarkDirectoryForTarget(target) {
32 return path.join(target.path, ".plugin-eval");
33}
34
35function benchmarkRunsDirectoryForTarget(target) {
36 return path.join(benchmarkDirectoryForTarget(target), "runs");

Callers 3

defaultUsageLogPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected