Shopify / yjit-bench

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

Upgrade Rails to 7.1 #278

Closed k0kubun closed 9 months ago

k0kubun commented 9 months ago

This PR updates activerecord, erubi-rails, railsbench, and lobsters to use Rails 7.1.

railsbench was using an EOL Rails, so it no longer represents today's Rails performance. It has caused issues like https://github.com/Shopify/yjit-bench/pull/265 too. It's probably a nice timing to update them since we're still in an early stage of Ruby 3.4 development.

I ran bin/rails app:update, accepted all changes, and added/resurrected what's needed to run benchmarks.