Code review changes

This commit is contained in:
Gaurav Singh 2020-05-11 08:40:27 -04:00
parent 8240f21753
commit 93fa760c0a

View File

@ -58,7 +58,7 @@ var _ = instrumentation.SIGDescribe("Logging soak [Performance] [Slow] [Disrupti
var wg sync.WaitGroup
wg.Add(loggingSoak.Scale)
for i := 0; i < loggingSoak.Scale; i++ {
go func(i interface{}) {
go func(i int) {
defer wg.Done()
defer ginkgo.GinkgoRecover()
wave := fmt.Sprintf("wave%v", strconv.Itoa(i))