Skip to content

Commit

Permalink
wrr: update BenchmarkRandomWRRNext
Browse files Browse the repository at this point in the history
  • Loading branch information
huangchong94 committed Dec 23, 2021
1 parent 965d2e0 commit d2dac86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/wrr/wrr_test.go
Expand Up @@ -149,7 +149,7 @@ func BenchmarkRandomWRRNext(b *testing.B) {
})
}

itemsNum := 100
itemsNum := 200
heavyWeight := int64(itemsNum)
lightWeight := int64(1)
heavyIndices := []int{0, itemsNum / 2, itemsNum - 1}
Expand Down

0 comments on commit d2dac86

Please sign in to comment.