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

Function runPluginNames

benchmark/core.go:396–401  ·  view source on GitHub ↗
(run BenchmarkRun)

Source from the content-addressed store, hash-verified

394}
395
396func runPluginNames(run BenchmarkRun) []string {
397 if len(run.PluginOrder) == 0 {
398 return sortedRunPluginNames(run.PluginResults)
399 }
400 return normalizeRunPluginOrder(run.PluginResults, run.PluginOrder)
401}
402
403func normalizeRunPluginOrder(results map[string]PluginRunResult, order []string) []string {
404 seen := map[string]struct{}{}

Callers 3

ComputeDeltasMethod · 0.85
EvaluateMethod · 0.85
BuildBenchmarkReportMethod · 0.85

Calls 2

sortedRunPluginNamesFunction · 0.85
normalizeRunPluginOrderFunction · 0.85

Tested by

no test coverage detected