Skip to content

Commit

Permalink
deadcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller committed Oct 14, 2019
1 parent ad7a716 commit dcec513
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions logger_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dcec513

Please sign in to comment.