MCPcopy
hub / github.com/sirupsen/logrus / BenchmarkLoggerJSONFormatter

Function BenchmarkLoggerJSONFormatter

logger_bench_test.go:56–58  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

54}
55
56func BenchmarkLoggerJSONFormatter(b *testing.B) {
57 doLoggerBenchmarkWithFormatter(b, &JSONFormatter{})
58}
59
60func BenchmarkLoggerTextFormatter(b *testing.B) {
61 doLoggerBenchmarkWithFormatter(b, &TextFormatter{})

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected