Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle task weights efficiently in TaskSets #2820

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    731212b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db5d2c View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. add: AbstractTaskSet

    bakhtos committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5b6514f View commit details
    Browse the repository at this point in the history
  2. add: raise LocustError if not tasks defined

    Error is raised when the 'tasks' attribute is parsed if it is not a list or a dict
    And during the run() function
    bakhtos committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d130f69 View commit details
    Browse the repository at this point in the history
  3. reorder tasksets

    bakhtos committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    49e29ea View commit details
    Browse the repository at this point in the history
  4. refactor: do not duplicate tasks in the list

    add: abstract _setup_tasks() method which processes tasks after filtering tags and is executed at run()
    bakhtos committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b5c9f4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4ec9f8 View commit details
    Browse the repository at this point in the history
  6. fix: ruff fixes

    bakhtos committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    eb6a620 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix: tuple unpacking

    bakhtos committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ccbe138 View commit details
    Browse the repository at this point in the history