aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/download_data.sh
diff options
context:
space:
mode:
authorYilun Chong <chongyilun250@sina.com>2017-12-05 10:54:14 -0800
committerGitHub <noreply@github.com>2017-12-05 10:54:14 -0800
commit173f3043d30317c16caa6a5c1e16db2540e8170c (patch)
treea6f8121ac2fab8ee99f27b6155ae222732bbffaa /benchmarks/download_data.sh
parentdb7c043f6dce400e4c777810a76fe900a7f0bc7e (diff)
parent1fd6c1761e7c70081af3b71a76a890002d4b578d (diff)
downloadprotobuf-173f3043d30317c16caa6a5c1e16db2540e8170c.tar.gz
protobuf-173f3043d30317c16caa6a5c1e16db2540e8170c.tar.bz2
protobuf-173f3043d30317c16caa6a5c1e16db2540e8170c.zip
Merge pull request #3926 from BSBandme/down_sync_benchmark
Sync benchmark changes from internal
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
+