mirror of
https://github.com/monero-project/monero.git
synced 2025-05-06 21:54:59 -04:00
performance_tests: add a test for subaddress expansion
This commit is contained in:
parent
1cc7451130
commit
dc64263155
3 changed files with 70 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
#include "generate_key_image_helper.h"
|
||||
#include "generate_keypair.h"
|
||||
#include "is_out_to_acc.h"
|
||||
#include "subaddress_expand.h"
|
||||
#include "sc_reduce32.h"
|
||||
#include "cn_fast_hash.h"
|
||||
|
||||
|
@ -112,6 +113,8 @@ int main(int argc, char** argv)
|
|||
TEST_PERFORMANCE0(test_generate_keypair);
|
||||
TEST_PERFORMANCE0(test_sc_reduce32);
|
||||
|
||||
TEST_PERFORMANCE2(test_wallet2_expand_subaddresses, 50, 200);
|
||||
|
||||
TEST_PERFORMANCE0(test_cn_slow_hash);
|
||||
TEST_PERFORMANCE1(test_cn_fast_hash, 32);
|
||||
TEST_PERFORMANCE1(test_cn_fast_hash, 16384);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue