gobench-io / gobench

A benchmark framework based on Golang
Apache License 2.0
68 stars 15 forks source link

Add varz endpoint #115

Closed nqd closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #115 (9f289ab) into master (4224bf8) will increase coverage by 0.72%. The diff coverage is 56.89%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #115      +/-   ##
==========================================
+ Coverage   42.83%   43.56%   +0.72%     
==========================================
  Files          18       20       +2     
  Lines        1431     1483      +52     
==========================================
+ Hits          613      646      +33     
- Misses        733      749      +16     
- Partials       85       88       +3     
Flag Coverage Δ
unittests 43.56% <56.89%> (+0.72%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
web/varz.go 33.33% <33.33%> (ø)
master/monitor.go 48.48% <48.48%> (ø)
master/master.go 54.12% <85.71%> (+0.56%) :arrow_up:
web/render.go 37.86% <100.00%> (+0.60%) :arrow_up:
web/web.go 91.66% <100.00%> (+0.10%) :arrow_up:
executor/executor.go 42.20% <0.00%> (+2.75%) :arrow_up:
executor/systemload.go 68.08% <0.00%> (+3.19%) :arrow_up:

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 4224bf8...9f289ab. Read the comment docs.