fastruby / fast-ruby

:dash: Writing Fast Ruby :heart_eyes: -- Collect Common Ruby idioms.
https://github.com/fastruby/fast-ruby
5.67k stars 376 forks source link

[FEATURE REQUEST] Run all the benchmarks on CI #202

Closed arielj closed 2 years ago

arielj commented 2 years ago

We could use github actions and a matrix to run the benchmarks on CI and with different rubies. That way we could compare what the readme shows with what CI shows and compare results between different rubies too for the same benchmark since some of these things may change if ruby optimizes something.

There is a travis configuration but the link is broken. We could use GitHub Actions instead.