(b *testing.B)
| 52 | } |
| 53 | |
| 54 | func BenchmarkErrorTextFormatter(b *testing.B) { |
| 55 | doBenchmark(b, &TextFormatter{DisableColors: true}, errorFields) |
| 56 | } |
| 57 | |
| 58 | func BenchmarkSmallTextFormatter(b *testing.B) { |
| 59 | doBenchmark(b, &TextFormatter{DisableColors: true}, smallFields) |
nothing calls this directly
no test coverage detected