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

Function BenchmarkLoggerTextFormatter

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

Source from the content-addressed store, hash-verified

58}
59
60func BenchmarkLoggerTextFormatter(b *testing.B) {
61 doLoggerBenchmarkWithFormatter(b, &TextFormatter{})
62}
63
64func doLoggerBenchmarkWithFormatter(b *testing.B, f Formatter) {
65 b.SetParallelism(100)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected