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

Remind people to use startup-file=no #240

Closed oxinabox closed 3 years ago

oxinabox commented 3 years ago

I keep forgetting to do this.

codecov[bot] commented 3 years ago

Codecov Report

Merging #240 (4949952) into master (9c283ac) will decrease coverage by 0.07%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
- Coverage   84.59%   84.51%   -0.08%     
==========================================
  Files           9        9              
  Lines        1590     1589       -1     
==========================================
- Hits         1345     1343       -2     
- Misses        245      246       +1     
Impacted Files Coverage Δ
src/write.jl 86.36% <0.00%> (-0.60%) :arrow_down:
src/parcel_snoopi_deep.jl 87.13% <0.00%> (-0.12%) :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 9c283ac...4949952. Read the comment docs.

timholy commented 3 years ago

Looks like precompilation is broken on nightly for windows & osx.

Thanks for the improvement!