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/performance/benchmark | 3 +++ railties/bin/performance/profile | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 railties/bin/performance/benchmark create mode 100644 railties/bin/performance/profile (limited to 'railties/bin/performance') 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