aboutsummaryrefslogtreecommitdiffstats
path: root/script/performance
diff options
context:
space:
mode:
authorfrancis <francis>2008-09-04 06:19:59 +0000
committerfrancis <francis>2008-09-04 06:19:59 +0000
commit6fa3cf6a392569234451e72184cd5e8562294db5 (patch)
tree1eaebf014811d720bb42ebe04ecbc3d4404d2126 /script/performance
parent12e1cea821975f93bc0706f4aaa9a20ef1f2956f (diff)
Migration to Rails 2.1
Diffstat (limited to 'script/performance')
-rwxr-xr-xscript/performance/request3
1 files changed, 3 insertions, 0 deletions
diff --git a/script/performance/request b/script/performance/request
new file mode 100755
index 000000000..ae3f38c74
--- /dev/null
+++ b/script/performance/request
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+require File.dirname(__FILE__) + '/../../config/boot'
+require 'commands/performance/request'