Skip to content

Commit a094551

Browse files
committed
dummy
1 parent cd52de1 commit a094551

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

logger_bench_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,6 @@ func Benchmark100Fields(b *testing.B) {
241241
}
242242
}
243243

244-
func dummy(wg *sync.WaitGroup, s string, i int) string {
245-
if i == 0 {
246-
wg.Wait()
247-
return "1" + s
248-
}
249-
return dummy(wg, s, i-1)
250-
}
251-
252244
func BenchmarkAny(b *testing.B) {
253245
key := "some-long-string-longer-than-16"
254246

0 commit comments

Comments
 (0)