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

Removed double consideration of same timestamp #1332

Merged

Conversation

Oribow
Copy link

@Oribow Oribow commented Apr 16, 2020

When searching for an acceptable timestamp dictionary t-CURRENT_RESPONSE_TIME_PERCENTILE_WINDOW is considered twice, because t-CURRENT_RESPONSE_TIME_PERCENTILE_WINDOW-0 == t-CURRENT_RESPONSE_TIME_PERCENTILE_WINDOW+0

@codecov
Copy link

codecov bot commented Apr 16, 2020

Codecov Report

Merging #1332 into master will decrease coverage by 0.21%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1332      +/-   ##
==========================================
- Coverage   81.29%   81.07%   -0.22%     
==========================================
  Files          24       24              
  Lines        2208     2209       +1     
  Branches      333      333              
==========================================
- Hits         1795     1791       -4     
- Misses        329      332       +3     
- Partials       84       86       +2     
Impacted Files Coverage Δ
locust/stats.py 88.76% <100.00%> (+0.02%) ⬆️
locust/clients.py 91.66% <0.00%> (-5.21%) ⬇️

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 042b092...5c8fed8. Read the comment docs.

@heyman heyman merged commit 75df016 into locustio:master Apr 16, 2020
@heyman
Copy link
Member

heyman commented Apr 16, 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