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

Both succeeded and failed requests are counted in total number of requests #939

Merged
merged 1 commit into from
Jan 19, 2019

Conversation

raiyankamal
Copy link
Contributor

@raiyankamal raiyankamal commented Jan 4, 2019

Following up on @cgoldberg 's comment in #884, the logic for counting requests is modified so that # requests include both failed and succeeded requests.

This PR superseeds #884

@codecov
Copy link

codecov bot commented Jan 4, 2019

Codecov Report

Merging #939 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #939      +/-   ##
==========================================
+ Coverage   66.55%   66.57%   +0.02%     
==========================================
  Files          14       14              
  Lines        1438     1439       +1     
  Branches      226      226              
==========================================
+ Hits          957      958       +1     
  Misses        430      430              
  Partials       51       51
Impacted Files Coverage Δ
locust/stats.py 78.41% <100%> (+0.05%) ⬆️

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 6c8eb37...b3c1497. Read the comment docs.

@raiyankamal raiyankamal changed the title Failed requests are counted in total number of requests Both succeeded and failed requests are counted in total number of requests Jan 4, 2019
@cgoldberg cgoldberg merged commit 0846b3f into locustio:master Jan 19, 2019
@cgoldberg
Copy link
Member

thanks for contributing!

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