mirror of
https://github.com/monero-project/monero.git
synced 2025-08-01 22:36:12 -04:00
performance_tests: add tests for new Cryptonight variants
This commit is contained in:
parent
fff23bf7c6
commit
b9a618848f
2 changed files with 10 additions and 10 deletions
|
@ -193,7 +193,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