File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,16 @@ For example, this command will do the following:
19
19
- establish a SSH connection to each workspace
20
20
- run ` sleep 3 && echo hello ` on each workspace via the web terminal
21
21
- close connections, attempt to delete all workspaces
22
- - return results (e.g. ` 99 succeeded, 1 failed to connect ` )
22
+ - return results (e.g. ` 99 succeeded, 1 failed to connect ` )
23
23
24
24
``` sh
25
- coder loadtest create-workspaces \
25
+ coder scaletest create-workspaces \
26
26
--count 100 \
27
27
--template " my-custom-template" \
28
28
--parameter image=" my-custom-image" \
29
- --run-command " sleep 3 && echo hello" \
30
- --connect-timeout " 10s"
29
+ --run-command " sleep 3 && echo hello"
31
30
32
- # Run `coder scaletest --help` for all usage
31
+ # Run `coder scaletest create-workspaces --help` for all usage
33
32
```
34
33
35
34
> To avoid user outages and orphaned resources, we recommend running scale tests on a secondary "staging" environment.
You can’t perform that action at this time.
0 commit comments