From 792647e221d12adf15428f4924ad8f8d115fa1e8 Mon Sep 17 00:00:00 2001 From: Francis Irving Date: Fri, 10 Sep 2010 03:21:41 +0100 Subject: Profiler --- script/performance/benchmarker | 2 +- script/performance/profiler | 2 +- script/performance/request | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'script/performance') diff --git a/script/performance/benchmarker b/script/performance/benchmarker index bc51e3de2..c2441c941 100755 --- a/script/performance/benchmarker +++ b/script/performance/benchmarker @@ -1,5 +1,5 @@ #!/usr/bin/ruby #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../../config/boot' +require File.dirname(__FILE__) + '/../../config/boot.rb' require 'commands/performance/benchmarker' diff --git a/script/performance/profiler b/script/performance/profiler index 48fb74381..a7ea37a9a 100755 --- a/script/performance/profiler +++ b/script/performance/profiler @@ -1,5 +1,5 @@ #!/usr/bin/ruby #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../../config/boot' +require File.dirname(__FILE__) + '/../../config/boot.rb' require 'commands/performance/profiler' diff --git a/script/performance/request b/script/performance/request index ae3f38c74..658c80ef2 100755 --- a/script/performance/request +++ b/script/performance/request @@ -1,3 +1,3 @@ #!/usr/bin/env ruby -require File.dirname(__FILE__) + '/../../config/boot' +require File.dirname(__FILE__) + '/../../config/boot.rb' require 'commands/performance/request' -- cgit v1.2.3