diff options
author | Johan Sørensen <johan@johansorensen.com> | 2007-08-14 21:40:17 +0200 |
---|---|---|
committer | Johan Sørensen <johan@johansorensen.com> | 2007-08-14 21:40:17 +0200 |
commit | 61e76a818d8e072b48ebf093d9e72699a1e6ecfb (patch) | |
tree | 3e246ef9165d41b7ac28041ea4263c9a24f36a2e /script/performance | |
download | gitorious-mainline-outdated-61e76a818d8e072b48ebf093d9e72699a1e6ecfb.zip gitorious-mainline-outdated-61e76a818d8e072b48ebf093d9e72699a1e6ecfb.tar.gz gitorious-mainline-outdated-61e76a818d8e072b48ebf093d9e72699a1e6ecfb.tar.bz2 |
initial commit
Diffstat (limited to 'script/performance')
-rwxr-xr-x | script/performance/benchmarker | 3 | ||||
-rwxr-xr-x | script/performance/profiler | 3 |
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 @@ +#!/usr/bin/env ruby +require File.dirname(__FILE__) + '/../../config/boot' +require '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 @@ +#!/usr/bin/env ruby +require File.dirname(__FILE__) + '/../../config/boot' +require 'commands/performance/profiler' |