Skip to content

Commit 655d95a

Browse files
committed
fixup
1 parent 516ffa1 commit 655d95a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cli/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func (r *RootCmd) Core() []*clibase.Cmd {
9393
r.parameters(),
9494
r.ping(),
9595
r.rename(),
96+
r.scaletest(),
9697
r.schedules(),
9798
r.show(),
9899
r.speedtest(),
@@ -104,7 +105,6 @@ func (r *RootCmd) Core() []*clibase.Cmd {
104105

105106
// Hidden
106107
r.gitssh(),
107-
r.scaletest(),
108108
r.vscodeSSH(),
109109
r.workspaceAgent(),
110110
}

scaletest/workspacetraffic/config.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ type Config struct {
1717
// Duration is the total duration for which to send traffic to the agent.
1818
Duration time.Duration `json:"duration"`
1919

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).
2122
TickInterval time.Duration `json:"tick_interval"`
2223
}
2324

0 commit comments

Comments
 (0)