jonhoo / inferno

A Rust port of FlameGraph
Other
1.68k stars 125 forks source link

Trim off a few more dependencies #188

Closed saethlin closed 4 years ago

saethlin commented 4 years ago

Per https://github.com/jonhoo/inferno/issues/139

codecov[bot] commented 4 years ago

Codecov Report

Merging #188 into master will decrease coverage by 0.34%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
- Coverage   90.65%   90.31%   -0.35%     
==========================================
  Files          17       17              
  Lines        2311     2219      -92     
==========================================
- Hits         2095     2004      -91     
+ Misses        216      215       -1     
Impacted Files Coverage Δ
src/collapse/common.rs 62.83% <100.00%> (-0.04%) :arrow_down:
src/flamegraph/rand.rs 94.87% <0.00%> (-2.57%) :arrow_down:
src/flamegraph/color/palettes.rs 99.53% <0.00%> (-0.13%) :arrow_down:
src/flamegraph/svg.rs 97.76% <0.00%> (-0.10%) :arrow_down:
src/flamegraph/merge.rs 94.73% <0.00%> (-0.06%) :arrow_down:
src/flamegraph/mod.rs 96.41% <0.00%> (-0.06%) :arrow_down:
src/differential/mod.rs 98.33% <0.00%> (-0.03%) :arrow_down:
src/flamegraph/color/mod.rs 82.51% <0.00%> (+0.69%) :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 432d653...23e2d88. Read the comment docs.

jonhoo commented 4 years ago

That's excellent, thank you!

jonhoo commented 4 years ago

Released in 0.10.1.