File tree 2 files changed +3
-2
lines changed
scaletest/workspacetraffic 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ func (r *RootCmd) Core() []*clibase.Cmd {
93
93
r .parameters (),
94
94
r .ping (),
95
95
r .rename (),
96
+ r .scaletest (),
96
97
r .schedules (),
97
98
r .show (),
98
99
r .speedtest (),
@@ -104,7 +105,6 @@ func (r *RootCmd) Core() []*clibase.Cmd {
104
105
105
106
// Hidden
106
107
r .gitssh (),
107
- r .scaletest (),
108
108
r .vscodeSSH (),
109
109
r .workspaceAgent (),
110
110
}
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ type Config struct {
17
17
// Duration is the total duration for which to send traffic to the agent.
18
18
Duration time.Duration `json:"duration"`
19
19
20
- // TicksInterval specifies how many times per second we send traffic.
20
+ // TickInterval specifies the interval between ticks (that is, attempts to
21
+ // send data to workspace agents).
21
22
TickInterval time.Duration `json:"tick_interval"`
22
23
}
23
24
You can’t perform that action at this time.
0 commit comments