mirror of
				https://github.com/coredns/coredns.git
				synced 2025-10-31 02:03:20 -04: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:
		| @@ -5,7 +5,7 @@ import ( | ||||
| 	"testing" | ||||
| ) | ||||
|  | ||||
| func BenchmarkParseInsert(b *testing.B) { | ||||
| func BenchmarkFileParseInsert(b *testing.B) { | ||||
| 	for i := 0; i < b.N; i++ { | ||||
| 		Parse(strings.NewReader(dbMiekENTNL), testzone, "stdin", 0) | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user