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 0817204 commit a6d7870Copy full SHA for a6d7870
scaletest/trafficgen/run.go
@@ -51,7 +51,7 @@ func (r *Runner) Run(ctx context.Context, _ string, logs io.Writer) error {
51
reconnect = uuid.New()
52
height uint16 = 25
53
width uint16 = 80
54
- tickInterval = r.cfg.TicksPerSecond
+ tickInterval = time.Second / time.Duration(r.cfg.TicksPerSecond)
55
bytesPerTick = r.cfg.BytesPerSecond / r.cfg.TicksPerSecond
56
)
57
0 commit comments