]> Cypherpunks repositories - gostls13.git/commit
net/http: add new Server benchmark
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 4 Jun 2012 15:04:40 +0000 (08:04 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 4 Jun 2012 15:04:40 +0000 (08:04 -0700)
commitafeaf554aa5dd34b0def3f18a37dd500aebd0695
tree61aa8767b0e87bcc66c95bfc08f46274f1eec116
parent3238705f0cd7266e20b5d55d8659069c4c702aad
net/http: add new Server benchmark

The new BenchmarkServer avoids profiling the client code
by running it in a child process.

R=rsc
CC=golang-dev
https://golang.org/cl/6260053
src/pkg/net/http/serve_test.go