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

Method BuildRunWithOrder

benchmark/core.go:91–93  ·  view source on GitHub ↗
(variant VariantOverride, pluginResults map[string]PluginRunResult, pluginOrder []string)

Source from the content-addressed store, hash-verified

89}
90
91func (BenchmarkCore) BuildRunWithOrder(variant VariantOverride, pluginResults map[string]PluginRunResult, pluginOrder []string) BenchmarkRun {
92 return BenchmarkRun{Variant: variant, PluginResults: pluginResults, PluginOrder: normalizeRunPluginOrder(pluginResults, pluginOrder)}
93}
94
95func (BenchmarkCore) ComputeDeltas(baseline, candidate BenchmarkRun) BenchmarkComparison {
96 var deltaRecords []MetricDelta

Callers 1

BuildBenchmarkReportFunction · 0.95

Calls 1

normalizeRunPluginOrderFunction · 0.85

Tested by

no test coverage detected