Shopify / yjit-metrics

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

Change warmup itrs to 5 for CRuby and 30 for YJIT #325

Closed rwstauner closed 1 month ago

rwstauner commented 1 month ago

Stop passing it in and instead determine it at runtime.

Ideally we could take this a step further and make it adaptive but this is a good start.

Previously the default was 10 for all configs. If we increase warmup iterations from 10 to 30, it should add at most 10 minutes per config (and we run 3 YJIT configs).