(b *testing.B)
| 56 | } |
| 57 | |
| 58 | func BenchmarkSmallTextFormatter(b *testing.B) { |
| 59 | doBenchmark(b, &TextFormatter{DisableColors: true}, smallFields) |
| 60 | } |
| 61 | |
| 62 | func BenchmarkLargeTextFormatter(b *testing.B) { |
| 63 | doBenchmark(b, &TextFormatter{DisableColors: true}, largeFields) |
nothing calls this directly
no test coverage detected