You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to be able to distribute the load generation from a single-instance running e.g. coder exp scaletest workspace-traffic to multiple instances (different machines, pods, etc).
To achieve this, we could allow the command to target workspaces (or users) by number, let's say we do --target-workspaces 1-100 for one command and --target-worksapces 101-200 for the other.
We don't need to assign numbers to the workspace, we can consider them numbered in their "sorted" order.
This can be combined with the existing --template xxx filter to further reduce the group.
The text was updated successfully, but these errors were encountered:
We want to be able to distribute the load generation from a single-instance running e.g.
coder exp scaletest workspace-traffic
to multiple instances (different machines, pods, etc).To achieve this, we could allow the command to target workspaces (or users) by number, let's say we do
--target-workspaces 1-100
for one command and--target-worksapces 101-200
for the other.We don't need to assign numbers to the workspace, we can consider them numbered in their "sorted" order.
This can be combined with the existing
--template xxx
filter to further reduce the group.The text was updated successfully, but these errors were encountered: