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

Function benchmarkConfigPath

plugins/plugin-eval/src/core/workflow-guide.js:11–13  ·  view source on GitHub ↗
(target)

Source from the content-addressed store, hash-verified

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

Callers 2

commandsForGoalFunction · 0.85
buildWorkflowGuideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected