Skip to content

Commit 6aa0a52

Browse files
committed
rm unused flag
1 parent 5c07be6 commit 6aa0a52

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

cli/exp_scaletest.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,6 @@ func (r *RootCmd) scaletestWorkspaceTraffic() *clibase.Cmd {
10461046

10471047
func (r *RootCmd) scaletestDashboard() *clibase.Cmd {
10481048
var (
1049-
count int64
10501049
minWait time.Duration
10511050
maxWait time.Duration
10521051
headless bool
@@ -1163,13 +1162,6 @@ func (r *RootCmd) scaletestDashboard() *clibase.Cmd {
11631162
}
11641163

11651164
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-
},
11731165
{
11741166
Flag: "min-wait",
11751167
Env: "CODER_SCALETEST_DASHBOARD_MIN_WAIT",

0 commit comments

Comments
 (0)