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