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