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 5c07be6 commit 6aa0a52Copy full SHA for 6aa0a52
cli/exp_scaletest.go
@@ -1046,7 +1046,6 @@ func (r *RootCmd) scaletestWorkspaceTraffic() *clibase.Cmd {
1046
1047
func (r *RootCmd) scaletestDashboard() *clibase.Cmd {
1048
var (
1049
- count int64
1050
minWait time.Duration
1051
maxWait time.Duration
1052
headless bool
@@ -1163,13 +1162,6 @@ func (r *RootCmd) scaletestDashboard() *clibase.Cmd {
1163
1162
}
1164
1165
cmd.Options = []clibase.Option{
1166
- {
1167
- Flag: "count",
1168
- Env: "CODER_SCALETEST_DASHBOARD_COUNT",
1169
- Default: "1",
1170
- Description: "Number of concurrent workers.",
1171
- Value: clibase.Int64Of(&count),
1172
- },
1173
{
1174
Flag: "min-wait",
1175
Env: "CODER_SCALETEST_DASHBOARD_MIN_WAIT",
0 commit comments