blob: f33faab472f4a9fef8431e7ae8a27ff50c01387d [file] [log] [blame]
Damien Neila80229e2019-06-20 12:53:48 -07001#!/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
8cd "$(git rev-parse --show-toplevel)"
9mkdir -p .cache/benchdata
10cd .cache/benchdata
11curl -s https://storage.googleapis.com/protobuf_opensource_benchmark_data/datasets.tar.gz | tar zx