We propose to make the current output of go test -bench the defined format for recording all Go benchmark data. Having a defined format allows benchmark measurement programs and benchmark analysis programs to interoperate while evolving independently.
See golang.org/design/14313-benchmark-format for details.
We propose to make the current output of
go test -benchthe defined format for recording all Go benchmark data. Having a defined format allows benchmark measurement programs and benchmark analysis programs to interoperate while evolving independently.See golang.org/design/14313-benchmark-format for details.