Add performance tests for creating and validating a MAX_BLOCK_SIZE transaction

This commit is contained in:
Jack Grigg
2016-06-08 11:28:12 +12:00
parent dd74e9dd32
commit f5edc37f3f
4 changed files with 193 additions and 2 deletions

View File

@@ -10,5 +10,6 @@ extern double benchmark_create_joinsplit();
extern double benchmark_solve_equihash();
extern double benchmark_verify_joinsplit(const CPourTx &joinsplit);
extern double benchmark_verify_equihash();
extern double benchmark_large_tx(bool testValidate);
#endif