We don't want to benchmark signature creation / verification.

This commit is contained in:
Taylor Hornby 2016-05-26 16:28:59 -06:00
parent 6aae9d1a55
commit ed6c1b5d15
1 changed files with 0 additions and 2 deletions

View File

@ -64,7 +64,6 @@ double benchmark_parameter_loading()
double benchmark_create_joinsplit() double benchmark_create_joinsplit()
{ {
// TODO: #808
uint256 pubKeyHash; uint256 pubKeyHash;
/* Get the anchor of an empty commitment tree. */ /* Get the anchor of an empty commitment tree. */
@ -87,7 +86,6 @@ double benchmark_create_joinsplit()
double benchmark_verify_joinsplit(const CPourTx &joinsplit) double benchmark_verify_joinsplit(const CPourTx &joinsplit)
{ {
timer_start(); timer_start();
// TODO: #808
uint256 pubKeyHash; uint256 pubKeyHash;
joinsplit.Verify(*pzcashParams, pubKeyHash); joinsplit.Verify(*pzcashParams, pubKeyHash);
return timer_stop(); return timer_stop();