a https://perf.rust-lang.org/ like rest api for julia
primarily the goal is to measure
- precompile times
- using times
- TTFX for a bunch of different julia packages and versions
make sure that you have juliaup installed
run test/server.jl warning! endpoints delete .julia/environments/{channel} and .julia/registries/{channel}
a big thing to do is adding a bunch of different command line args to test, for instance, optlevel
precomp_time_str_to_df
requires Pkg.precompile(;timing=true)
(so nightly atm)
- do something with https://github.com/JuliaPerf/LinuxPerf.jl
- async for looping
doit
calls