Alexander Bakhtin
Alexander Bakhtin
Closes #427 -All instances of using str.format() for printouts/error messages are changed to f-strings; -Certain f-strings utilize the property that putting '=' sign after expression prints first the expression and...
Hello! I noticed there are several situations when a user might see the following message: `Provided rank[0] == {} but boundary conditions dictate rank[0] == rank[-1] == 1: setting rank[0]...
While preparing a PR for #427, I noticed that many errors checks that can result in error message have the form `if foo(tensor) != 1: print(f"Tensor function returns {foo(tensor)}, should...
### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am suggesting a new feature, not asking a question ### Description While examining the source...
### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am suggesting a new feature, not asking a question ### Description So as far as...
### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am suggesting a new feature, not asking a question ### Description According to current implementation/documentation,...
Fixes #2651 `tasks` attribute of `TaskSet`/`User` is now a mapping from tasks to their weights. All other utility functions, like `tag`, `get_tasks_from_base_classes`, `filter_tasks_by_tags` take this into account in their recursion....
Fixes #2739 Fixes #2740 As explained in respective issues,`SequentialTaskSet` now allows task repetition if `tasks` is a dictionary with weight, and `itertools.cycle` is used to iterate over tasks in a...
### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am suggesting a new feature, not asking a question ### Description Currently, particular Users to...
### Prerequisites - [X] I am using [the latest version of Locust](https://github.com/locustio/locust/releases/) - [X] I am suggesting a new feature, not asking a question ### Description Currently, `SequentialTaskSet.get_next_task` uses an...