mirror of
https://github.com/miekg/dns.git
synced 2025-08-08 02:26:59 +02:00
disable ipv6 test until I know how to check for v6 conn.
This commit is contained in:
parent
f110a8404a
commit
28d936c032
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user