From: Alexey Verkhovsky Date: 2007-09-24T22:44:35+09:00 Subject: Re: Latest benchmarks On 9/24/07, M. Edward (Ed) Borasky wrote: > Yeah ... he told me about that on the Rails list. I downloaded it but > there aren't any installation instructions. It came up but none of the > links worked, presumably because I didn't do some necessary step. 1. yum install mysql-server 2. mysql -u root create database petstore_production exit 3. rake RAILS_ENV=production db:reset 4. script/server -e production 5. ab -c 1 -n 1000 http://localhost:3000/shop/viewCategory.shtml?category=DOGS That's about it. -- Alexey Verkhovsky CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] RubyWorks [http://rubyworks.thoughtworks.com]