MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / RunSuite

Method RunSuite

benchmark/core.go:132–134  ·  view source on GitHub ↗
(ctx context.Context, plugin BenchmarkPlugin, variant *VariantOverride)

Source from the content-addressed store, hash-verified

130}
131
132func (BenchmarkCore) RunSuite(ctx context.Context, plugin BenchmarkPlugin, variant *VariantOverride) (PluginRunResult, error) {
133 return plugin.RunSuite(ctx, variant)
134}
135
136func (BenchmarkCore) Evaluate(run BenchmarkRun, pluginRules map[string][]PluginSLA) (BenchmarkVerdict, error) {
137 if pluginRules == nil {

Callers 1

BuildBenchmarkReportFunction · 0.95

Calls 1

RunSuiteMethod · 0.65

Tested by

no test coverage detected