aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/performance
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/commands/performance')
-rw-r--r--railties/lib/commands/performance/benchmarker.rb2
-rw-r--r--railties/lib/commands/performance/profiler.rb1
2 files changed, 0 insertions, 3 deletions
diff --git a/railties/lib/commands/performance/benchmarker.rb b/railties/lib/commands/performance/benchmarker.rb
index b12cf57215..47b0940039 100644
--- a/railties/lib/commands/performance/benchmarker.rb
+++ b/railties/lib/commands/performance/benchmarker.rb
@@ -1,5 +1,3 @@
-#!/usr/local/bin/ruby
-
if ARGV.empty?
puts "Usage: ./script/perform benchmarker [times] 'Person.expensive_way' 'Person.another_expensive_way' ..."
exit 1
diff --git a/railties/lib/commands/performance/profiler.rb b/railties/lib/commands/performance/profiler.rb
index f599ad6635..83e763abda 100644
--- a/railties/lib/commands/performance/profiler.rb
+++ b/railties/lib/commands/performance/profiler.rb
@@ -1,4 +1,3 @@
-#!/usr/local/bin/ruby
if ARGV.empty?
$stderr.puts "Usage: ./script/perform profiler 'Person.expensive_method(10)' [times]"
exit(1)