benchmarks: Added CSV benchmark to bench suite
[nit.git] / benchmarks / csv / scripts / ruby_csv.rb
diff --git a/benchmarks/csv/scripts/ruby_csv.rb b/benchmarks/csv/scripts/ruby_csv.rb
new file mode 100644 (file)
index 0000000..6b1fe02
--- /dev/null
@@ -0,0 +1,3 @@
+require 'csv'
+
+CSV.read(ARGV.first)