aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--railties/lib/commands/performance/benchmarker.rb (renamed from railties/lib/commands/performance/benchmark.rb)0
-rw-r--r--railties/lib/commands/performance/profiler.rb (renamed from railties/lib/commands/performance/profile.rb)0
4 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'
diff --git a/railties/lib/commands/performance/benchmark.rb b/railties/lib/commands/performance/benchmarker.rb
index b12cf57215..b12cf57215 100644
--- a/railties/lib/commands/performance/benchmark.rb
+++ b/railties/lib/commands/performance/benchmarker.rb
diff --git a/railties/lib/commands/performance/profile.rb b/railties/lib/commands/performance/profiler.rb
index f599ad6635..f599ad6635 100644
--- a/railties/lib/commands/performance/profile.rb
+++ b/railties/lib/commands/performance/profiler.rb