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

SequentialTaskSet improvements #1579

Merged
merged 1 commit into from
Sep 30, 2020
Merged

Conversation

cyberw
Copy link
Collaborator

@cyberw cyberw commented Sep 30, 2020

Clarify documentation to indicate you can do multiple requests in a task without a SequentialTask.

Support task weights (repetitions) instead of silently ignoring them.

…ple requests in a task without a SequentialTask. Support task weights (repetitions) instead of silently ignoring them.
@codecov
Copy link

codecov bot commented Sep 30, 2020

Codecov Report

Merging #1579 into master will increase coverage by 0.32%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1579      +/-   ##
==========================================
+ Coverage   81.80%   82.12%   +0.32%     
==========================================
  Files          28       28              
  Lines        2583     2585       +2     
  Branches      393      394       +1     
==========================================
+ Hits         2113     2123      +10     
+ Misses        375      367       -8     
  Partials       95       95              
Impacted Files Coverage Δ
locust/user/sequential_taskset.py 86.20% <100.00%> (+1.02%) ⬆️
locust/user/task.py 94.65% <100.00%> (+0.53%) ⬆️
locust/runners.py 83.76% <0.00%> (+1.29%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9be13c5...19b1ed0. Read the comment docs.

@cyberw cyberw merged commit 08d5173 into master Sep 30, 2020
@cyberw cyberw deleted the SequentialTaskSet-improvements branch March 22, 2022 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant