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

Update docs for running locust in Step Load Mode #1235

Merged
merged 2 commits into from
Jan 19, 2020
Merged

Conversation

delulu
Copy link
Contributor

@delulu delulu commented Jan 19, 2020

Change in this PR:

  1. Update docs for running locust in Step Load Mode

  2. Fix step load bug in local run

    When running locust in standalone way, self.greenlet will point to self.locusts. So we can't use this gevent Group to spawn the stepload_greenlet, otherwise it will be wrongly taken as the running locust.

@codecov
Copy link

codecov bot commented Jan 19, 2020

Codecov Report

Merging #1235 into master will decrease coverage by 0.1%.
The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1235      +/-   ##
==========================================
- Coverage   78.77%   78.67%   -0.11%     
==========================================
  Files          20       20              
  Lines        1955     1955              
  Branches      308      308              
==========================================
- Hits         1540     1538       -2     
- Misses        335      336       +1     
- Partials       80       81       +1
Impacted Files Coverage Δ
locust/runners.py 78.33% <50%> (ø) ⬆️
locust/util/deprecation.py 85% <0%> (ø) ⬆️
locust/contrib/fasthttp.py 91.17% <0%> (ø) ⬆️
locust/web.py 89.05% <0%> (ø) ⬆️
locust/main.py 34.42% <0%> (ø) ⬆️
locust/stats.py 84.35% <0%> (-0.46%) ⬇️
locust/core.py 87.71% <0%> (ø) ⬆️

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 341d2a3...65e1433. Read the comment docs.

@cyberw cyberw merged commit 4df3a16 into locustio:master Jan 19, 2020
@cyberw
Copy link
Collaborator

cyberw commented Jan 19, 2020

Thanks!

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.

2 participants