Shopify / yjit-bench

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

Remove unused native gem dependencies #277

Closed XrXr closed 9 months ago

XrXr commented 9 months ago

Railsbench, erubi-rails, and lobsters install the actioncable gem for websockets stuff without actually using them. That installs a couple of unused native gems.

Same for puma and webconsole.

This should speed up the setup process.