myzhan / locust4j

Locust4j is a load generator for locust, written in Java.
MIT License
81 stars 30 forks source link

Make the StatsEntry compatible with the latest version of Locus #12

Closed lagarino closed 4 years ago

lagarino commented 4 years ago

A new entry is missing called num_fail_per_sec, similar to the already existing one num_reqs_per_sec

codecov-io commented 4 years ago

Codecov Report

Merging #12 into master will decrease coverage by 0.71%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
- Coverage   78.15%   77.44%   -0.72%     
==========================================
  Files          19       19              
  Lines         856      860       +4     
  Branches       78       78              
==========================================
- Hits          669      666       -3     
- Misses        169      175       +6     
- Partials       18       19       +1
Impacted Files Coverage Δ
...a/com/github/myzhan/locust4j/stats/StatsEntry.java 74.03% <100%> (+1.03%) :arrow_up:
...b/myzhan/locust4j/ratelimit/RampUpRateLimiter.java 79.24% <0%> (-13.21%) :arrow_down:

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 4a3a20a...8396d3a. Read the comment docs.

myzhan commented 4 years ago

Well done!