Remove references to stale benchmark data sources.

This commit is contained in:
David L. Jones 2021-04-01 12:15:56 -07:00
parent c3f4b108b3
commit f82e268ed7
2 changed files with 0 additions and 6 deletions

View File

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

View File

@ -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