Versions in this module Expand all Collapse all v4 v4.2.0 Jul 5, 2026 v4.1.1 Jul 5, 2026 v4.1.0 Jul 5, 2026 v4.0.1 Jun 29, 2026 v4.0.0 Jun 29, 2026 Changes in this version + func RenderDriftNote(parseReport BenchmarkReport) string + type BenchmarkBucketScore struct + ID string + Label string + MatchedBenchmarks int + Score float64 + type BenchmarkComparisonSummary struct + BaselineGeneratedAt string + Entries []BenchmarkMetricComparison + Improved int + MatchedMetrics int + Regressed int + TolerancePct float64 + Unchanged int + type BenchmarkMetricComparison struct + Baseline float64 + Benchmark string + Current float64 + Delta float64 + DeltaPct float64 + Direction string + Lane string + Metric string + Package string + type BenchmarkReport struct + Bench string + BenchmarkCount int + Comparison *BenchmarkComparisonSummary + Count int + FailedPackages int + GOARCH string + GOOS string + GeneratedAt string + GoVersion string + OK bool + PackageCount int + PackageParallelism int + ReportPath string + Root string + Scores *BenchmarkScoreSummary + SelectedLanes []string + func LoadReport(parsePath string) (BenchmarkReport, error) + type BenchmarkScoreSummary struct + Buckets []BenchmarkBucketScore + MatchedBenchmarks int + Method string + OverallScore float64 + ReferenceGeneratedAt string + ReferenceMachine string + ReferencePath string