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 6cd "$(git rev-parse --show-toplevel)" 7mkdir -p .cache/benchdata 8cd .cache/benchdata 9 10echo "This script needs to be updated to work with https://github.com/google/fleetbench" >&2 11echo "See https://github.com/golang/protobuf/issues/1570" >&2 12exit 1