Add benchmark for attempting decryption of notes

This commit is contained in:
Jack Grigg
2016-11-17 19:09:45 +13:00
parent bd87e8c2d3
commit 0fbab55b1b
4 changed files with 35 additions and 2 deletions

View File

@@ -12,5 +12,6 @@ extern std::vector<double> benchmark_solve_equihash_threaded(int nThreads);
extern double benchmark_verify_joinsplit(const JSDescription &joinsplit);
extern double benchmark_verify_equihash();
extern double benchmark_large_tx();
extern double benchmark_try_decrypt_notes(const JSDescription &joinsplit);
#endif