# File lib/railsbench/railsbenchmark.rb, line 11
  def error_exit(msg)
    STDERR.puts msg
    raise msg
  end