I tried this out with unicorn and this minimal config.ru which I believe replicates the author's setup: class TestApp def self.call(env) [200, [], ['Blah']] end end run TestApp ab -n 10000 http://localhost:8080/ -->…
I tried this out with unicorn and this minimal config.ru which I believe replicates the author's setup: class TestApp def self.call(env) [200, [], ['Blah']] end end run TestApp ab -n 10000 http://localhost:8080/ -->…