Fix perf-prep for throughput (#14845)
authorMichelle McDaniel <adiaaida@gmail.com>
Sat, 4 Nov 2017 00:39:38 +0000 (17:39 -0700)
committerGitHub <noreply@github.com>
Sat, 4 Nov 2017 00:39:38 +0000 (17:39 -0700)
commit4c18b020e5bd87ef638b0db9bc78ffb33dac8f19
treef9466f98bf1372fd3d08a78997b0bac788e90c44
parent4986215fb811cb8cc9168ec750f0bf549eaa356e
Fix perf-prep for throughput (#14845)

There is a missing ! before checking to see if the throughput benchmarks
have already been downloaded. Currently, we download them if they
already exist, where we want to download them if they don't already
exist. This change fixes that.
tests/scripts/perf-prep.sh