From 29d4c2b36f92b333b66091869b5cf61e2a480a36 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 14 Oct 2005 21:25:40 +0000 Subject: Finished move git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2591 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/bin/performance/benchmark | 3 --- railties/bin/performance/benchmarker | 3 +++ railties/bin/performance/profile | 3 --- railties/bin/performance/profiler | 3 +++ 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 railties/bin/performance/benchmark create mode 100644 railties/bin/performance/benchmarker delete mode 100644 railties/bin/performance/profile create mode 100644 railties/bin/performance/profiler (limited to 'railties/bin') diff --git a/railties/bin/performance/benchmark b/railties/bin/performance/benchmark deleted file mode 100644 index c787fae8ad..0000000000 --- a/railties/bin/performance/benchmark +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/local/bin/ruby -require File.dirname(__FILE__) + '/../../config/boot' -require 'commands/perform/benchmark' diff --git a/railties/bin/performance/benchmarker b/railties/bin/performance/benchmarker new file mode 100644 index 0000000000..c270b4c6d5 --- /dev/null +++ b/railties/bin/performance/benchmarker @@ -0,0 +1,3 @@ +#!/usr/local/bin/ruby +require File.dirname(__FILE__) + '/../../config/boot' +require 'commands/performance/benchmarker' diff --git a/railties/bin/performance/profile b/railties/bin/performance/profile deleted file mode 100644 index 743262e56c..0000000000 --- a/railties/bin/performance/profile +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/local/bin/ruby -require File.dirname(__FILE__) + '/../../config/boot' -require 'commands/perform/profile' diff --git a/railties/bin/performance/profiler b/railties/bin/performance/profiler new file mode 100644 index 0000000000..6acc0c21c4 --- /dev/null +++ b/railties/bin/performance/profiler @@ -0,0 +1,3 @@ +#!/usr/local/bin/ruby +require File.dirname(__FILE__) + '/../../config/boot' +require 'commands/performance/profiler' -- cgit v1.2.3