You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Runtime of functions is nice, but it is also nice to track things like time to first plot.
Incorporating a set of compilation time benchmarks is a bit tricky because you need to take care to restart Julia, clear out precompilation files etc but it should be doable.
The text was updated successfully, but these errors were encountered:
This commit adds more real-world, heavy compilation benchmarks,
using DataFrames.jl, CSV.jl, Plots.jl and OrdinaryDiffEq.jl as examples.
replaces #252closes#251
Runtime of functions is nice, but it is also nice to track things like time to first plot.
Incorporating a set of compilation time benchmarks is a bit tricky because you need to take care to restart Julia, clear out precompilation files etc but it should be doable.
The text was updated successfully, but these errors were encountered: