disable ipv6 test until I know how to check for v6 conn.

This commit is contained in:
Miek Gieben 2014-07-09 07:23:54 +01:00
parent f110a8404a
commit 28d936c032
1 changed files with 1 additions and 1 deletions

View File

@ -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)