golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
122.86k stars 17.52k forks source link

testing: show more benchmark data #10669

Open rsc opened 9 years ago

rsc commented 9 years ago

There are a variety of analyses that would increase confidence in benchmark data. Package testing should not do them, but it probably should make them possible, by having a mode to emit more data about the benchmark run than just the one number it does today.

@aclements

minux commented 9 years ago

Perhaps we can emit json (#2981)?

rsc commented 9 years ago

Too late for Go 1.5.