mirror of
https://github.com/golang/go.git
synced 2025-05-06 08:03:03 +00: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 -compile $(toolstash -n compile) >old.txt
|
||||||
// compilebench -count 10 >new.txt
|
// compilebench -count 10 >new.txt
|
||||||
// benchstat old.txt new.txt
|
// benchcmp old.txt new.txt
|
||||||
//
|
//
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user