Add GPU based PoH verification (#4524)

* Add GPU poh verify

* Switch to single PoH verify function

* Add EntrySlice verify tests with hashes and txs

* Add poh-verify benchmarks
This commit is contained in:
TristanDebrunner
2019-06-08 10:21:43 -06:00
committed by GitHub
parent 8676b5d40c
commit 0c4cb76acf
5 changed files with 191 additions and 8 deletions

View File

@ -17,7 +17,7 @@ if [[ ! -d target/perf-libs ]]; then
(
set -x
cd target/perf-libs
curl https://solana-perf.s3.amazonaws.com/v0.12.1/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
curl https://solana-perf.s3.amazonaws.com/v0.13.2/x86_64-unknown-linux-gnu/solana-perf.tgz | tar zxvf -
)
fi