Closed k0kubun closed 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.
activerecord
num_itrs_hint
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.
https://github.com/Shopify/yjit-bench/pull/297 increased the time taken for each iteration of
activerecord
benchmark. It did not updatenum_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.