(b *testing.B)
| 72 | } |
| 73 | |
| 74 | func BenchmarkSmallJSONFormatter(b *testing.B) { |
| 75 | doBenchmark(b, &JSONFormatter{}, smallFields) |
| 76 | } |
| 77 | |
| 78 | func BenchmarkLargeJSONFormatter(b *testing.B) { |
| 79 | doBenchmark(b, &JSONFormatter{}, largeFields) |
nothing calls this directly
no test coverage detected