(b *testing.B)
| 76 | } |
| 77 | |
| 78 | func BenchmarkLargeJSONFormatter(b *testing.B) { |
| 79 | doBenchmark(b, &JSONFormatter{}, largeFields) |
| 80 | } |
| 81 | |
| 82 | func doBenchmark(b *testing.B, formatter Formatter, fields Fields) { |
| 83 | logger := New() |
nothing calls this directly
no test coverage detected
searching dependent graphs…