Benchmarks were given two seconds to run. Allocations were recorded for each benchmark.
go test -test.benchtime=2s -test.benchmem=true -run=NONE -bench=. > [old,new].bench.txt
Benchmarks are compared with benchcmp
benchcmp old.bench.txt new.bench.txt