We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a86d049 + 15e081d commit 748aa0dCopy full SHA for 748aa0d
tools/benchmark/cmd/watch_latency.go
@@ -75,8 +75,6 @@ func watchLatencyFunc(cmd *cobra.Command, _ []string) {
75
eventTimes := make([][]time.Time, len(wchs))
76
77
for i, wch := range wchs {
78
- wch := wch
79
- i := i
80
eventTimes[i] = make([]time.Time, watchLPutTotal)
81
wg.Add(1)
82
go func() {
0 commit comments