]> Cypherpunks repositories - gostls13.git/commitdiff
net/http: fix comment
authorDmitriy Vyukov <dvyukov@google.com>
Mon, 2 Jul 2012 16:10:31 +0000 (20:10 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Mon, 2 Jul 2012 16:10:31 +0000 (20:10 +0400)
R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6348062

src/pkg/net/http/serve_test.go

index 661fb43b97a8ff2d5aecfb83fc8990d3e4eaf6ae..b6e8b6cf73d6d9c55f68a6192503a686965e8357 100644 (file)
@@ -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) {