Skip to content

Commit

Permalink
core/bloombits: remove micro-sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Sep 26, 2022
1 parent 7227c9e commit d0d2986
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/bloombits/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ func testScheduler(t *testing.T, clients int, fetchers int, requests int) {
defer fetchPend.Done()

for req := range fetch {
time.Sleep(time.Duration(rand.Intn(int(100 * time.Microsecond))))
atomic.AddUint32(&delivered, 1)

f.deliver([]uint64{
Expand Down

0 comments on commit d0d2986

Please sign in to comment.