benchmarks/csv: Added README
[nit.git] / benchmarks / csv / README.md
diff --git a/benchmarks/csv/README.md b/benchmarks/csv/README.md
new file mode 100644 (file)
index 0000000..5f913bd
--- /dev/null
@@ -0,0 +1,11 @@
+# CSV Bench
+
+This is a simple benchmark for CSV parsers between different languages.
+
+Are required for testing (all packages can be apt-get'd):
+
+* Python 2
+* Python 3
+* Java JDK 6+, Apache-commons-csv
+* Ruby
+* Go language compiler