diff --git a/server_test.go b/server_test.go index e050c6c3..3c2e7e47 100644 --- a/server_test.go +++ b/server_test.go @@ -86,7 +86,7 @@ func BenchmarkServe(b *testing.B) { runtime.GOMAXPROCS(a) } -func BenchmarkServe6(b *testing.B) { +func benchmarkServe6(b *testing.B) { b.StopTimer() HandleFunc("miek.nl.", HelloServer) a := runtime.GOMAXPROCS(4)