diff options
author | francis <francis> | 2007-08-01 10:25:55 +0000 |
---|---|---|
committer | francis <francis> | 2007-08-01 10:25:55 +0000 |
commit | b1b3c7b5f4e13ba332d92c962d024a8658b9ee4b (patch) | |
tree | 8d475b768e6029ad683125568ef453896cb9a8a2 /script/performance/benchmarker |
Default Rails gumph.
Diffstat (limited to 'script/performance/benchmarker')
-rwxr-xr-x | script/performance/benchmarker | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/script/performance/benchmarker b/script/performance/benchmarker new file mode 100755 index 000000000..bc51e3de2 --- /dev/null +++ b/script/performance/benchmarker @@ -0,0 +1,5 @@ +#!/usr/bin/ruby + +#!/usr/bin/env ruby +require File.dirname(__FILE__) + '/../../config/boot' +require 'commands/performance/benchmarker' |