Skip to content

Commit 51b5054

Browse files
committed
feat(scaletest): add scaletest-runner template
1 parent 2ac5329 commit 51b5054

File tree

10 files changed

+678
-1
lines changed

10 files changed

+678
-1
lines changed

cli/exp_scaletest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ func (r *RootCmd) scaletestCreateWorkspaces() *clibase.Cmd {
858858
Flag: "use-host-login",
859859
Env: "CODER_SCALETEST_USE_HOST_LOGIN",
860860
Default: "false",
861-
Description: "Use the use logged in on the host machine, instead of creating users.",
861+
Description: "Use the user logged in on the host machine, instead of creating users.",
862862
Value: clibase.BoolOf(&useHostUser),
863863
},
864864
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: Scaletest Runner
3+
description: Run a scaletest.
4+
tags: [local]
5+
---
6+
7+
# Scaletest Runner
8+
9+
Run a scaletest.

0 commit comments

Comments
 (0)