We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c86a37b commit 4a447cfCopy full SHA for 4a447cf
log/default_test.go
@@ -307,7 +307,7 @@ func Test_Tracew(t *testing.T) {
307
require.Equal(t, "[Trace] trace work key1=value1 key2=value2\n", string(w.b))
308
}
309
310
-func BenchmarkLogfKeyAndValues(b *testing.B) {
+func Benchmark_LogfKeyAndValues(b *testing.B) {
311
tests := []struct {
312
name string
313
level Level
@@ -365,7 +365,7 @@ func BenchmarkLogfKeyAndValues(b *testing.B) {
365
366
367
368
-func BenchmarkLogfKeyAndValuesParallel(b *testing.B) {
+func Benchmark_LogfKeyAndValuesParallel(b *testing.B) {
369
370
371
0 commit comments