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.
1 parent ad9d690 commit 15e081dCopy full SHA for 15e081d
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