Skip to content

Commit

Permalink
Remove references to stale benchmark data sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlj-NaN committed Apr 1, 2021
1 parent c3f4b10 commit f82e268
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions benchmarks/download_data.sh

This file was deleted.

1 change: 0 additions & 1 deletion kokoro/linux/benchmark/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f82e268

Please sign in to comment.