# File lib/railsbench/perf_utils.rb, line 112
def quote_arguments(argv)
  argv.map{|a| a.include?(' ') ? "'#{a}'" : a.to_s}.join(' ')
end