PeakFord
Write and run benchmarks that go beyond go test -bench. Track allocations over time, generate flame graphs, and catch regressions in CI.
go install peakford.icu/cmd/peakford@latestpeakford run ./... --compare main --threshold 5%What it does
Regression detection against baseline branches
Flamegraph export from pprof data
Alloc and goroutine tracking per benchmark