diff options
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' |