Skip to content

Commit 240e54e

Browse files
committed
Remove references to stale benchmark data sources.
1 parent f3f8707 commit 240e54e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

benchmarks/download_data.sh

-5
This file was deleted.

kokoro/linux/benchmark/run.sh

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ fi
1818

1919
# download datasets for benchmark
2020
cd benchmarks
21-
./download_data.sh
2221
datasets=$(for file in $(find . -type f -name "dataset.*.pb" -not -path "./tmp/*"); do echo "$(pwd)/$file"; done | xargs)
2322
echo $datasets
2423
cd $oldpwd

0 commit comments

Comments
 (0)