1
0
mirror of https://github.com/golang/go synced 2024-11-18 08:14:41 -07:00

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

Change-Id: Id59ee04aba4d7c50e3b7c4e0b7e9aa75955640f5
Reviewed-on: https://go-review.googlesource.com/41861
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Marvin Stenger 2017-04-27 02:35:08 +02:00 committed by Brad Fitzpatrick
parent 9a6c6fca12
commit 3aa1caa08a

View File

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