Codebase list golang-gomega / 353318d
satisy race detector Onsi Fakhouri 2 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
221221 time.Sleep(10 * time.Millisecond)
222222 }, gmeasure.SamplingConfig{N: 100, Duration: 100 * time.Millisecond, NumParallel: 3})
223223
224 lock.Lock()
225 defer lock.Unlock()
224226 Ω(len(indices)).Should(BeNumerically("~", 30, 10))
225227 Ω(indices).Should(ConsistOf(ints(len(indices))))
226228 })