JuliaIO / MeshIO.jl

IO for Meshes
Other
79 stars 31 forks source link

Add a few precompiles #61

Closed timholy closed 3 years ago

timholy commented 3 years ago

xref https://github.com/JuliaPlots/AbstractPlotting.jl/pull/502

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 into master will increase coverage by 0.08%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   96.40%   96.49%   +0.08%     
==========================================
  Files           7        8       +1     
  Lines         334      342       +8     
==========================================
+ Hits          322      330       +8     
  Misses         12       12              
Impacted Files Coverage Δ
src/MeshIO.jl 100.00% <ø> (ø)
src/precompile.jl 100.00% <100.00%> (ø)

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 55b859d...8f60a8b. Read the comment docs.

timholy commented 3 years ago

OK to merge? This eliminates quite a lot of latency (if memory serves, around 1s) in cases where it is useful.

SimonDanisch commented 3 years ago

Thanks a lot! :)