diff options
| author | Riccardo Spagni <ric@spagni.net> | 2018-01-02 00:29:15 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2018-01-02 00:29:15 +0200 |
| commit | 759d8e8f803a163595ea39cdba4978b23f6a34ca (patch) | |
| tree | 976d94fc7c2c1f699530a8753382c2794a13f5f9 /tests/performance_tests/main.cpp | |
| parent | dd11bfb89c205a21a33329c87c754b7f60a5e4c7 (diff) | |
| parent | dc64263155f0da0f9c7d3194d0cfc0282e8d0c8a (diff) | |
| download | monzero-core-759d8e8f803a163595ea39cdba4978b23f6a34ca.tar.gz monzero-core-759d8e8f803a163595ea39cdba4978b23f6a34ca.tar.xz monzero-core-759d8e8f803a163595ea39cdba4978b23f6a34ca.zip | |
Merge pull request #2956
dc642631 performance_tests: add a test for subaddress expansion (moneromooo-monero)
Diffstat (limited to 'tests/performance_tests/main.cpp')
| -rw-r--r-- | tests/performance_tests/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp index 459eecba4..2f3ce289d 100644 --- a/tests/performance_tests/main.cpp +++ b/tests/performance_tests/main.cpp @@ -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); |
