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:
parent
9a6c6fca12
commit
3aa1caa08a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user