summaryrefslogtreecommitdiff
path: root/script/performance
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-01-29 20:41:18 +0100
committerhukl <hukl@eight.local>2009-01-29 20:41:18 +0100
commitb298d3e8eeb10903bd4640dab7c11d0dc1be9d38 (patch)
treed8d0a8449972a46e551be3b94e7dd02b6107b119 /script/performance
initial import with edge rails included as a submodule
Diffstat (limited to 'script/performance')
-rwxr-xr-xscript/performance/benchmarker3
-rwxr-xr-xscript/performance/profiler3
2 files changed, 6 insertions, 0 deletions
diff --git a/script/performance/benchmarker b/script/performance/benchmarker
new file mode 100755
index 0000000..c842d35
--- /dev/null
+++ b/script/performance/benchmarker
@@ -0,0 +1,3 @@
1#!/usr/bin/env ruby
2require File.dirname(__FILE__) + '/../../config/boot'
3require 'commands/performance/benchmarker'
diff --git a/script/performance/profiler b/script/performance/profiler
new file mode 100755
index 0000000..d855ac8
--- /dev/null
+++ b/script/performance/profiler
@@ -0,0 +1,3 @@
1#!/usr/bin/env ruby
2require File.dirname(__FILE__) + '/../../config/boot'
3require 'commands/performance/profiler'