svn co http://svn.devjavu.com/merb/apps/benchmarkBoth of these will use evented mongrel and swiftiply if they're installed.
svn co http://svn.devjavu.com/merb/apps/rails_benchmark
To use these benchmark apps change into the root directory.
ruby script/benchmarkThat command will run all the available benchmarks.
There are a number of options. Use the -h flag to help you find your way around. The options are there to help you setup the benchmark and also to select which benchmarks to run.
ruby script/benchmark -lwill list all the benchmarks available.
ruby script/benchmark -s erb,hamlwill run the template and partials for erb templates and haml templates only.
Be careful though, these can take a while. Especially on Rails.
0 comments:
Post a Comment