Fix incorrect failure in memory benchmark
This commit is contained in:
@@ -247,6 +247,9 @@ case "$1" in
|
|||||||
sendtoaddress)
|
sendtoaddress)
|
||||||
zcash_rpc zcbenchmark sendtoaddress 1 "${@:4}"
|
zcash_rpc zcbenchmark sendtoaddress 1 "${@:4}"
|
||||||
;;
|
;;
|
||||||
|
loadwallet)
|
||||||
|
# The initial load is sufficient for measurement
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
zcashd_massif_stop
|
zcashd_massif_stop
|
||||||
echo "Bad arguments to memory."
|
echo "Bad arguments to memory."
|
||||||
|
|||||||
Reference in New Issue
Block a user