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
Hi guys
First, thanks.
I added the ability to select which task (from the active task_set) to run.
Perhaps I may be misusing locust =) but my use case is, that I have a couple of different types of tasks e.g. "make a purchase", "log in", "stream a video".
And I wanted the ability to run just one type of task at a time (e.g. "test the video streaming")
It basically works, but I haven't put it into a pull request because 1. not sure if this is interesting to other people 2. It doens't work when you click 'edit' for an already-running swarm.
Anyways just letting you know. If you're interested my commit's here: regency@1738b10
(actuall that has an erroneous-but-not-breaking rename of task_weight, fixed in the next commit)
could put in a pull request if you want.
(please feel free to close this 'issue' once read)
Cheers
Nick
The text was updated successfully, but these errors were encountered:
Hi! My initial thought is that it sounds a bit too specific to be something that we should include into Locust itself. I'm happy it worked out well for you though :).
Hi guys
First, thanks.
I added the ability to select which task (from the active task_set) to run.
Perhaps I may be misusing locust =) but my use case is, that I have a couple of different types of tasks e.g. "make a purchase", "log in", "stream a video".
And I wanted the ability to run just one type of task at a time (e.g. "test the video streaming")
It basically works, but I haven't put it into a pull request because 1. not sure if this is interesting to other people 2. It doens't work when you click 'edit' for an already-running swarm.
Anyways just letting you know. If you're interested my commit's here:
regency@1738b10
(actuall that has an erroneous-but-not-breaking rename of task_weight, fixed in the next commit)
could put in a pull request if you want.
(please feel free to close this 'issue' once read)
Cheers
Nick
The text was updated successfully, but these errors were encountered: