benchmarks: Added CSV benchmark to bench suite
[nit.git] / benchmarks / csv / scripts / python_csv.py
diff --git a/benchmarks/csv/scripts/python_csv.py b/benchmarks/csv/scripts/python_csv.py
new file mode 100644 (file)
index 0000000..d8addda
--- /dev/null
@@ -0,0 +1,4 @@
+import sys
+from pandas import read_csv
+
+csv = read_csv(sys.argv[1])