Ruby Web Frameworks Benchmarks

If you’re looking for benchmarks for web frameworks in Ruby world. Check out r10k and the-benchmarker/web-frameworks.

But micro benchmark of hello world app is not really useful. Once you add more features to the framework, it slows down. Then bottleneck tends to be IO operations from the database.

And front-end has a lot of things to be optimized.