timholy / SnoopCompile.jl

Provide insights about latency (TTFX) for Julia packages
https://timholy.github.io/SnoopCompile.jl/dev/
Other
309 stars 48 forks source link

Fix typo? #290

Closed ChrisRackauckas closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #290 (27f62c1) into master (0f3db0c) will decrease coverage by 63.63%. The diff coverage is n/a.

@@             Coverage Diff             @@
##           master     #290       +/-   ##
===========================================
- Coverage   82.46%   18.82%   -63.64%     
===========================================
  Files          17       16        -1     
  Lines        1945     1758      -187     
===========================================
- Hits         1604      331     -1273     
- Misses        341     1427     +1086     
Impacted Files Coverage Δ
SnoopCompileCore/src/snoopl.jl 0.00% <0.00%> (-100.00%) :arrow_down:
SnoopCompileCore/src/snoopi_deep.jl 0.00% <0.00%> (-91.67%) :arrow_down:
src/parcel_snoopl.jl 0.00% <0.00%> (-89.48%) :arrow_down:
src/parcel_snoopi_deep.jl 0.00% <0.00%> (-88.00%) :arrow_down:
src/invalidations.jl 0.00% <0.00%> (-86.12%) :arrow_down:
src/deep_demos.jl 0.00% <0.00%> (-57.90%) :arrow_down:
src/SnoopCompile.jl 66.66% <0.00%> (-33.34%) :arrow_down:
SnoopPrecompile/src/SnoopPrecompile.jl 56.25% <0.00%> (-29.47%) :arrow_down:
SnoopCompileCore/src/snoopi.jl 39.62% <0.00%> (-16.12%) :arrow_down:
src/parcel_snoopi.jl 88.88% <0.00%> (-4.95%) :arrow_down:
... and 6 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

timholy commented 2 years ago

Thanks! Dup of #284