Shopify / yjit-bench

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

Add object-new microbenchmark to track allocation performance #313

Closed maximecb closed 2 months ago

maximecb commented 2 months ago

This is the same microbenchmark showcasing the allocation performance regression. We can use this to track potential performance regressions in the future.

@XrXr @peterzhu2118