Add memory benchmark for validatelargetx

This commit is contained in:
Jack Grigg 2017-10-09 22:18:28 +01:00
parent 4485d5d3f3
commit 94790c5d8f
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ case "$1" in
verifyequihash)
zcash_rpc zcbenchmark verifyequihash 1
;;
validatelargetx)
zcash_rpc zcbenchmark validatelargetx 1
;;
trydecryptnotes)
zcash_rpc zcbenchmark trydecryptnotes 1 "${@:3}"
;;