This commit is contained in:
Edward Muller
2019-10-13 17:45:50 -07:00
parent 46015a925f
commit d12cdc065f
-8
View File
@@ -6,14 +6,6 @@ import (
"testing"
)
// smallFields is a small size data set for benchmarking
var loggerFields = Fields{
"foo": "bar",
"baz": "qux",
"one": "two",
"three": "four",
}
func BenchmarkDummyLogger(b *testing.B) {
nullf, err := os.OpenFile("/dev/null", os.O_WRONLY, 0666)
if err != nil {