From 804e562a62bed963fe96571d442d468a608e7207 Mon Sep 17 00:00:00 2001 From: Dmitriy Vyukov Date: Mon, 2 Jul 2012 20:10:31 +0400 Subject: [PATCH] net/http: fix comment R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/6348062 --- src/pkg/net/http/serve_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/net/http/serve_test.go b/src/pkg/net/http/serve_test.go index 661fb43b97a..b6e8b6cf73d 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) {