Skip to content

Commit

Permalink
dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbbit committed Aug 1, 2023
1 parent cd52de1 commit a094551
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions logger_bench_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,6 @@ func Benchmark100Fields(b *testing.B) {
}
}

func dummy(wg *sync.WaitGroup, s string, i int) string {
if i == 0 {
wg.Wait()
return "1" + s
}
return dummy(wg, s, i-1)
}

func BenchmarkAny(b *testing.B) {
key := "some-long-string-longer-than-16"

Expand Down

0 comments on commit a094551

Please sign in to comment.