Upgrade to Rails 1.1.
[selectricity] / script / performance / benchmarker
1 #!/usr/bin/env ruby
2 require File.dirname(__FILE__) + '/../../config/boot'
3 require 'commands/performance/benchmarker'

Benjamin Mako Hill || Want to submit a patch?