(b *testing.B)
| 60 | } |
| 61 | |
| 62 | func BenchmarkLargeTextFormatter(b *testing.B) { |
| 63 | doBenchmark(b, &TextFormatter{DisableColors: true}, largeFields) |
| 64 | } |
| 65 | |
| 66 | func BenchmarkSmallColoredTextFormatter(b *testing.B) { |
| 67 | doBenchmark(b, &TextFormatter{ForceColors: true}, smallFields) |
nothing calls this directly
no test coverage detected