Auto merge of #2659 - str4d:2377-memory-validatelargetx, r=str4d

Add memory benchmark for validatelargetx

Closes #2377.
This commit is contained in:
Homu 2017-10-12 13:05:11 -07:00
commit 4ad2f17fcb
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}"
;;