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