Versions in this module Expand all Collapse all v0 v0.1.1 Jun 25, 2026 Changes in this version + type BenchmarkResult struct + Details string + Duration time.Duration + Metric string + Name string + Passed bool + Score float64 + type BenchmarkSuite struct + Results []BenchmarkResult + func RunAll(projectDir string) (*BenchmarkSuite, error) + func (s *BenchmarkSuite) FormatReport() string + func (s *BenchmarkSuite) SaveJSON(path string) error