Ruby on Rails and App Engine Performance Sample
Statistics are always dangerous, and YMMV, but I wanted to post a set of performance tests I recently ran on a sample (and simple) Ruby on Rails application hosted on App Engine . These numbers are after the application has warmed up, and I've tried to make this test show results under the best real life circumstances. Ruby on Rails applications do have a higher than normal start-up time on App Engine, an issue acknowledged and currently worked on. After they are warmed up, however, users shouldn't experience a difference. The test was driven from the ab command, a simple benchmarking tool that comes with any Apache HTTPD software install. I ran the test from a Rackspace Cloud virtual machine. The Rails code for this test can be found on Github . Specifically, the controller and action being run in the test: class ContactsController Note: the database is empty for this test. Network latency between Rackspace Cloud and Google App Engine: sladd@slice84717:~...