From b1b3c7b5f4e13ba332d92c962d024a8658b9ee4b Mon Sep 17 00:00:00 2001 From: francis Date: Wed, 1 Aug 2007 10:25:55 +0000 Subject: Default Rails gumph. --- script/performance/benchmarker | 5 +++++ script/performance/profiler | 5 +++++ 2 files changed, 10 insertions(+) create mode 100755 script/performance/benchmarker create mode 100755 script/performance/profiler (limited to 'script/performance') 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' diff --git a/script/performance/profiler b/script/performance/profiler new file mode 100755 index 000000000..48fb74381 --- /dev/null +++ b/script/performance/profiler @@ -0,0 +1,5 @@ +#!/usr/bin/ruby + +#!/usr/bin/env ruby +require File.dirname(__FILE__) + '/../../config/boot' +require 'commands/performance/profiler' -- cgit v1.2.3