v0.8.1

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@latest
peakford run ./... --compare main --threshold 5%

What it does

Regression detection against baseline branches

 

Flamegraph export from pprof data

 

Alloc and goroutine tracking per benchmark

 

Recent posts

PeakFord 0.8: regression gating and CI integration

2026-04-11

Benchmarking Go allocations: what go test -bench doesn't show

2026-02-28