aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/commands/perform.rb
blob: 6c09565896d5e525e20b36640994b76a8cdc6955 (plain) (tree)
1
2
3
4
5


                                                           
                                              
  
if %w( benchmarker profiler ).include?(ARGV.first)
  require "#{File.dirname(__FILE__)}/process/#{ARGV.shift}"
else
  puts "Choose either benchmarker or profiler"
end