mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 10:55:17 -05:00
mw/file: rename to BenchmarkFileLookup (#741)
In grafana we miss the context of where this is called, make the name more descriptive. Also test the GH webhook.
This commit is contained in:
@@ -169,7 +169,7 @@ func TestLookupDNSSEC(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func BenchmarkLookupDNSSEC(b *testing.B) {
|
||||
func BenchmarkFileLookupDNSSEC(b *testing.B) {
|
||||
zone, err := Parse(strings.NewReader(dbMiekNLSigned), testzone, "stdin", 0)
|
||||
if err != nil {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user