Skip to content

Commit

Permalink
Benchmark 50 iterations of solveequihash
Browse files Browse the repository at this point in the history
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.)
  • Loading branch information
daira committed Sep 19, 2016
1 parent 2f15f58 commit 65b502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/zcash/performance-measurements.sh
Expand Up @@ -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
Expand Down

0 comments on commit 65b502a

Please sign in to comment.