Damien Neil | a80229e | 2019-06-20 12:53:48 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # Copyright 2019 The Go Authors. All rights reserved. | ||||
3 | # Use of this source code is governed by a BSD-style | ||||
4 | # license that can be found in the LICENSE file. | ||||
5 | |||||
6 | # Download large benchmark datasets. | ||||
7 | |||||
8 | cd "$(git rev-parse --show-toplevel)" | ||||
9 | mkdir -p .cache/benchdata | ||||
10 | cd .cache/benchdata | ||||
11 | curl -s https://storage.googleapis.com/protobuf_opensource_benchmark_data/datasets.tar.gz | tar zx |