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 935dcbd commit e2efeffCopy full SHA for e2efeff
scaletest/trafficgen/run.go
@@ -92,7 +92,7 @@ func (r *Runner) Run(ctx context.Context, _ string, logs io.Writer) error {
92
crw := countReadWriter{ReadWriter: conn, ctx: deadlineCtx}
93
94
// Create a ticker for sending data to the PTY.
95
- tick := time.NewTicker(time.Duration(tickInterval))
+ tick := time.NewTicker(tickInterval)
96
defer tick.Stop()
97
98
// Now we begin writing random data to the pty.
0 commit comments