benchmarks/csv: Added README
authorLucas Bajolet <r4pass@hotmail.com>
Thu, 12 May 2016 19:22:33 +0000 (15:22 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Fri, 13 May 2016 19:21:24 +0000 (15:21 -0400)
Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>

benchmarks/csv/README.md [new file with mode: 0644]

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