aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/perform.rb
blob: 0cc04f2c877659ddd4bca30139f7ba570715baa7 (plain) (blame)
1
2
3
4
5
if %w( benchmarker profiler ).include?(ARGV.first)
  require "#{File.dirname(__FILE__)}/perform/#{ARGV.shift}"
else
  puts "Choose either benchmarker or profiler"
end