Benchmark time to call sendtoaddress with many UTXOs

This commit is contained in:
Jack Grigg
2017-08-17 10:31:47 +01:00
parent 02dd675a25
commit a76174b76b
5 changed files with 157 additions and 9 deletions

View File

@@ -16,5 +16,6 @@ extern double benchmark_large_tx();
extern double benchmark_try_decrypt_notes(size_t nAddrs);
extern double benchmark_increment_note_witnesses(size_t nTxs);
extern double benchmark_connectblock_slow();
extern double benchmark_sendtoaddress(CAmount amount);
#endif