Bump perf libs version to fix out buffer sizing (#4385)

This commit is contained in:
sakridge
2019-05-22 13:00:03 -07:00
committed by GitHub
parent e5b7aead12
commit 1d7a758c97
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ mkdir -p target/perf-libs
cd target/perf-libs
(
set -x
curl https://solana-perf.s3.amazonaws.com/v0.12.0/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
curl https://solana-perf.s3.amazonaws.com/v0.12.1/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
)
if [[ -r solana-perf-CUDA_HOME.txt ]]; then