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

Method Name

benchmark/models.go:49–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48type BenchmarkPlugin interface {
49 Name() string
50 RunSuite(context.Context, *VariantOverride) (PluginRunResult, error)
51 BuildSLARules() []PluginSLA
52}

Callers 6

MCPToolsMethod · 0.65
BuildBenchmarkReportFunction · 0.65
PruneOldReportsFunction · 0.65
copyTreeFunction · 0.65
collectLuminaDiagnosticsFunction · 0.65
PruneOldReportsFunction · 0.65

Implementers 4

MemoryBenchmarkPluginbenchmark/plugins.go
ContextBenchmarkPluginbenchmark/plugins.go
SecurityBenchmarkPluginbenchmark/plugins.go
benchmarkTestPlugintest/benchmark_parity_test.go

Calls

no outgoing calls

Tested by

no test coverage detected