1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:31:27 -06:00

net/http: fix comment

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6348062
This commit is contained in:
Dmitriy Vyukov 2012-07-02 20:10:31 +04:00
parent 435a001d68
commit 804e562a62

View 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) {