Fix incorrect failure in memory benchmark

This commit is contained in:
Jack Grigg
2017-09-27 19:42:39 +01:00
parent 72b4f0b3e6
commit 091c089d03

View File

@@ -247,6 +247,9 @@ case "$1" in
sendtoaddress)
zcash_rpc zcbenchmark sendtoaddress 1 "${@:4}"
;;
loadwallet)
# The initial load is sufficient for measurement
;;
*)
zcashd_massif_stop
echo "Bad arguments to memory."