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