Commit 804e562a authored by Dmitriy Vyukov's avatar Dmitriy Vyukov

net/http: fix comment

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6348062
parent 435a001d
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment