1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:18:35 -06:00

Revert "cmd/compilebench: update example to use benchcmp instead of benchstat"

This reverts commit 3aa1caa08a.

Reason for revert: benchstat is preferred to benchcmp

Change-Id: I9772eb342fb631a68511986d832bb1444766afdc
Reviewed-on: https://go-review.googlesource.com/42027
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Josh Bleecher Snyder 2017-04-28 02:52:22 +00:00 committed by Brad Fitzpatrick
parent 3aa1caa08a
commit b6d1a163df

View File

@ -61,7 +61,7 @@
//
// compilebench -count 10 -compile $(toolstash -n compile) >old.txt
// compilebench -count 10 >new.txt
// benchcmp old.txt new.txt
// benchstat old.txt new.txt
//
package main