diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-14 21:25:40 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-14 21:25:40 +0000 |
commit | 29d4c2b36f92b333b66091869b5cf61e2a480a36 (patch) | |
tree | 27abc6ed138db670c9fab0984c5022f428ab987d /railties/bin/performance | |
parent | 8ad552a112098372793d7b21b90cadfaae9556ff (diff) | |
download | rails-29d4c2b36f92b333b66091869b5cf61e2a480a36.tar.gz rails-29d4c2b36f92b333b66091869b5cf61e2a480a36.tar.bz2 rails-29d4c2b36f92b333b66091869b5cf61e2a480a36.zip |
Finished move
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2591 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/bin/performance')
-rw-r--r-- | railties/bin/performance/benchmarker (renamed from railties/bin/performance/profile) | 2 | ||||
-rw-r--r-- | railties/bin/performance/profiler (renamed from railties/bin/performance/benchmark) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/railties/bin/performance/profile b/railties/bin/performance/benchmarker index 743262e56c..c270b4c6d5 100644 --- a/railties/bin/performance/profile +++ b/railties/bin/performance/benchmarker @@ -1,3 +1,3 @@ #!/usr/local/bin/ruby require File.dirname(__FILE__) + '/../../config/boot' -require 'commands/perform/profile' +require 'commands/performance/benchmarker' diff --git a/railties/bin/performance/benchmark b/railties/bin/performance/profiler index c787fae8ad..6acc0c21c4 100644 --- a/railties/bin/performance/benchmark +++ b/railties/bin/performance/profiler @@ -1,3 +1,3 @@ #!/usr/local/bin/ruby require File.dirname(__FILE__) + '/../../config/boot' -require 'commands/perform/benchmark' +require 'commands/performance/profiler' |