From 65b502aa98d892e9d0c9abceeeed8d0a5bd717a3 Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Mon, 19 Sep 2016 19:08:24 +0100 Subject: [PATCH] Benchmark 50 iterations of solveequihash Since the parameters changed in z8, the benchmark on speed.z.cash is showing misleading results due to variability. (The quartile and extrema bars will still show the variability with 50 runs, they just won't jump around as much between benchmark data points.) --- qa/zcash/performance-measurements.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/zcash/performance-measurements.sh b/qa/zcash/performance-measurements.sh index 60141ce6f..1ad35b65c 100755 --- a/qa/zcash/performance-measurements.sh +++ b/qa/zcash/performance-measurements.sh @@ -80,7 +80,7 @@ case "$1" in zcash_rpc zcbenchmark verifyjoinsplit 1000 "\"$RAWJOINSPLIT\"" ;; solveequihash) - zcash_rpc zcbenchmark solveequihash 10 "${@:3}" + zcash_rpc zcbenchmark solveequihash 50 "${@:3}" ;; verifyequihash) zcash_rpc zcbenchmark verifyequihash 1000