6 ms·
Maybe benchmark it yourself? I think something is amiss, it should easily 'hello, world' at 2x higher rate than Rails. Poked around the setup a little a while
by bemurphy 13y ago
Maybe benchmark it yourself? I think something is amiss, it should easily 'hello, world' at 2x higher rate than Rails. Poked around the setup a little a while back but nothing jumped out.
Hunches: it's either going through webrick or not running with RACK_ENV production
- bhauer 13y agoUnicorn, nginx, production environment. https://github.com/TechEmpower/FrameworkBenchmarks/blob/master/sinatra/setup_ruby.py#L18 https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...