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

Make tests more robust to timing order #185

Closed timholy closed 3 years ago

timholy commented 3 years ago

It's hard to count on the fact that the exclusive time will be ordered in a specific way. This reorganizes some tests to exploit the unsorted output of flatten_times to make it more robust.