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

Eliminate most module-redef warnings #263

Closed timholy closed 3 years ago

timholy commented 3 years ago

The "snoopi_deep.jl" test has generated a lot of annoying output. This makes M a global module in only one place, so even if the tests are re-run in the same session, you get only one warning.

codecov[bot] commented 3 years ago

Codecov Report

Merging #263 (e45948f) into master (23c8e93) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #263   +/-   ##
=======================================
  Coverage   86.58%   86.58%           
=======================================
  Files          16       16           
  Lines        1878     1878           
=======================================
  Hits         1626     1626           
  Misses        252      252           

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 23c8e93...e45948f. Read the comment docs.