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

response time doesn't need to be cast to int, as this is implicit in … #830

Merged
merged 1 commit into from
Jun 28, 2018
Merged

response time doesn't need to be cast to int, as this is implicit in … #830

merged 1 commit into from
Jun 28, 2018

Conversation

efology
Copy link
Contributor

@efology efology commented Jun 27, 2018

response time doesn't need to be cast to int, as this is implicit in stats.py:263. It also allows for sub-millisecond response time in case someone implements their own event handlers and metric collection (influxdb for example).

…stats.py:263. It also allows for sub-millisecond response time in case someone implements their own event handlers and metric collection (influxdb for example).
@codecov
Copy link

codecov bot commented Jun 27, 2018

Codecov Report

Merging #830 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #830   +/-   ##
======================================
  Coverage    66.1%   66.1%           
======================================
  Files          14      14           
  Lines        1422    1422           
  Branches      224     224           
======================================
  Hits          940     940           
  Misses        431     431           
  Partials       51      51
Impacted Files Coverage Δ
locust/clients.py 96.62% <100%> (ø) ⬆️

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 98f213a...cbd9c1e. Read the comment docs.

Copy link
Member

@cgoldberg cgoldberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks! I'll merge this.

@cgoldberg cgoldberg merged commit 6e4ca23 into locustio:master Jun 28, 2018
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.

3 participants