Shopify / yjit-bench

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

Adjust num_itrs_hint for activerecord #317

Closed k0kubun closed 3 months ago

k0kubun commented 3 months ago

https://github.com/Shopify/yjit-bench/pull/297 increased the time taken for each iteration of activerecord benchmark. It did not update num_itrs_hint accordingly, so this PR does that.

This PR follows the same policy as https://github.com/Shopify/yjit-bench/pull/254 to adjust it, and documented the idea as a comment in the perf harness.