Versions in this module Expand all Collapse all v5 v5.0.1 Jul 28, 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 Other modules containing this package github.com/monstercameron/GoWebComponents/v4