aboutsummaryrefslogtreecommitdiffhomepage
path: root/benchmarks/download_data.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/download_data.sh')
-rwxr-xr-xbenchmarks/download_data.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmarks/download_data.sh b/benchmarks/download_data.sh
new file mode 100755
index 00000000..fa0729e9
--- /dev/null
+++ b/benchmarks/download_data.sh
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+curl -O https://storage.googleapis.com/protobuf_opensource_benchmark_data/datasets.tar.gz
+tar -zvxf datasets.tar.gz
+