Shopify / yjit-bench

Set of benchmarks for the YJIT CRuby JIT compiler and other Ruby implementations.
MIT License
87 stars 22 forks source link

Speed up the per-iteration time for longer benchmarks #336

Closed maximecb closed 1 month ago

maximecb commented 1 month ago

Many of our benchmarks have long per-iteration times but are just repeating the same computation over and over. Bring the per-iteration time below one second to speed up warm up and the overall benchmarking process.