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 a rare test failure in snoopi_deep #155

Closed timholy closed 3 years ago

timholy commented 3 years ago

One of the tests relies on the two fastest-to-infer MethodInstances having a difference in their inference times. However, in rare cases they can "tie." Just skip this portion of the tests when this happens.