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

Struct BuildReportOptions

benchmark/runner.go:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "context"
4
5type BuildReportOptions struct {
6 Variant *VariantOverride
7 BaselinePlugins []BenchmarkPlugin
8 BaselineVariant *VariantOverride
9 BaselineProfile *string
10 Tiers []string
11}
12
13func BuildBenchmarkReport(ctx context.Context, plugins []BenchmarkPlugin, options BuildReportOptions) (BenchmarkReport, error) {
14 core := BenchmarkCore{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected