# File lib/railsbench/perf_utils.rb, line 45
def die(msg, error_code=1)
  $stderr.puts msg
  exit error_code
end