mirror of
https://github.com/monero-project/monero.git
synced 2025-08-22 16:49:35 -04:00
performance_tests: add tests for new Cryptonight variants
This commit is contained in:
parent
a8e752d383
commit
683c3d134d
2 changed files with 10 additions and 10 deletions
|
@ -189,7 +189,10 @@ int main(int argc, char** argv)
|
|||
|
||||
TEST_PERFORMANCE2(filter, p, test_wallet2_expand_subaddresses, 50, 200);
|
||||
|
||||
TEST_PERFORMANCE0(filter, p, test_cn_slow_hash);
|
||||
TEST_PERFORMANCE1(filter, p, test_cn_slow_hash, 0);
|
||||
TEST_PERFORMANCE1(filter, p, test_cn_slow_hash, 1);
|
||||
TEST_PERFORMANCE1(filter, p, test_cn_slow_hash, 2);
|
||||
TEST_PERFORMANCE1(filter, p, test_cn_slow_hash, 4);
|
||||
TEST_PERFORMANCE1(filter, p, test_cn_fast_hash, 32);
|
||||
TEST_PERFORMANCE1(filter, p, test_cn_fast_hash, 16384);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue