Shopify / yjit-metrics

"Tasks for benchmarking, building and collecting stats for YJIT"
MIT License
14 stars 9 forks source link

Report yjit compile time #306

Closed rwstauner closed 2 months ago

rwstauner commented 2 months ago

As a follow up to https://github.com/Shopify/yjit-bench/pull/320 We have the stat for "compile_time_ns" already we just need to find a place to put it...

We have a "yjit stats" table where we could add a column for this: https://speed.yjit.org/benchmarks/bench-2024-08-26-060828.html?platform=x86_64#yjit-stats

We also have the "stats over time" view where we could add this. https://speed.yjit.org/stats-timeline.html#yjit_speedup+overall-mean+activerecord+liquid-render+optcarrot+railsbench

casperisfine commented 2 months ago

I think both make sense?