mirror of
https://github.com/golang/go
synced 2024-11-05 16:56:16 -07:00
e8c291b808
benchcmp now preserves benchmark order. This restores the original misc/benchcmp behavior. This also makes the output of benchcmp stable, and groups together multiple -cpu results. Magnitude-based sorting is still available via the -mag flag. It is useful for surfacing items of note (particularly changes in allocs) when making compiler changes and running broad benchmarks. Fixes golang/go#7259. LGTM=dave R=dave, mtj CC=bradfitz, dvyukov, golang-codereviews https://golang.org/cl/60840045 |
||
---|---|---|
.. | ||
benchcmp.go | ||
compare_test.go | ||
compare.go | ||
parse_test.go | ||
parse.go |