Remove references to stale benchmark data sources.

pull/8445/head
David L. Jones 4 years ago
parent f3f8707ba5
commit 240e54efe5
  1. 5
      benchmarks/download_data.sh
  2. 1
      kokoro/linux/benchmark/run.sh

@ -1,5 +0,0 @@
#! /bin/sh
curl -O https://storage.googleapis.com/protobuf_opensource_benchmark_data/datasets.tar.gz
tar -zvxf datasets.tar.gz

@ -18,7 +18,6 @@ fi
# download datasets for benchmark
cd benchmarks
./download_data.sh
datasets=$(for file in $(find . -type f -name "dataset.*.pb" -not -path "./tmp/*"); do echo "$(pwd)/$file"; done | xargs)
echo $datasets
cd $oldpwd

Loading…
Cancel
Save