michaelherold / benchmark-memory

Memory profiling benchmark style, for Ruby 2.1+
MIT License
217 stars 6 forks source link

Add ruby 3.3 to CI and and supported versions #32

Closed leonovk closed 4 months ago

michaelherold commented 4 months ago

I don't like locking by max Ruby version. I'd rather have people come report an issue with a new version.

Given what this gem does, it shouldn't have an issue unless Ruby Core changes the interface of the garbage collector, which isn't likely.

michaelherold commented 4 months ago

Thanks for the contribution!