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:
parent
e039bbc322
commit
50ab28aa23
4 changed files with 4 additions and 4 deletions
|
@ -100,7 +100,7 @@ func TestLookupDnsWithForcedTcp(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
func BenchmarkLookupProxy(b *testing.B) {
|
||||
func BenchmarkProxyLookup(b *testing.B) {
|
||||
t := new(testing.T)
|
||||
name, rm, err := test.TempFile(".", exampleOrg)
|
||||
if err != nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue