mirror of
https://github.com/miekg/dns.git
synced 2025-08-08 10:36: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)
|
runtime.GOMAXPROCS(a)
|
||||||
}
|
}
|
||||||
|
|
||||||
func BenchmarkServe6(b *testing.B) {
|
func benchmarkServe6(b *testing.B) {
|
||||||
b.StopTimer()
|
b.StopTimer()
|
||||||
HandleFunc("miek.nl.", HelloServer)
|
HandleFunc("miek.nl.", HelloServer)
|
||||||
a := runtime.GOMAXPROCS(4)
|
a := runtime.GOMAXPROCS(4)
|
||||||
|
Loading…
Reference in New Issue
Block a user