Add JoinSplit verification benchmarks

This commit is contained in:
Taylor Hornby
2016-04-11 09:17:02 -06:00
parent bf8def9749
commit d44feea44c
4 changed files with 39 additions and 2 deletions

View File

@@ -8,5 +8,6 @@ extern double benchmark_sleep();
extern double benchmark_parameter_loading();
extern double benchmark_create_joinsplit();
extern double benchmark_solve_equihash();
extern double benchmark_verify_joinsplit(const CPourTx &joinsplit);
#endif