From: Dmitriy Vyukov Date: Mon, 2 Jul 2012 16:10:31 +0000 (+0400) Subject: net/http: fix comment X-Git-Tag: go1.1rc2~2845 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=804e562a62bed963fe96571d442d468a608e7207;p=gostls13.git net/http: fix comment R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6348062 --- diff --git a/src/pkg/net/http/serve_test.go b/src/pkg/net/http/serve_test.go index 661fb43b97..b6e8b6cf73 100644 --- a/src/pkg/net/http/serve_test.go +++ b/src/pkg/net/http/serve_test.go @@ -1270,7 +1270,7 @@ func BenchmarkClientServer(b *testing.B) { // // For use like: // $ go test -c -// $ ./http.test -test.run=XX -test.bench=Benchmarktime=15 -test.cpuprofile=http.prof +// $ ./http.test -test.run=XX -test.bench=BenchmarkServer -test.benchtime=15 -test.cpuprofile=http.prof // $ go tool pprof http.test http.prof // (pprof) web func BenchmarkServer(b *testing.B) {