mirror of
https://github.com/monero-project/monero.git
synced 2025-05-06 14:44:59 -04:00
performance_tests: add a test for is_out_to_acc_precomp
This commit is contained in:
parent
2ec928badb
commit
06a681cf5b
2 changed files with 23 additions and 0 deletions
|
@ -100,6 +100,7 @@ int main(int argc, char** argv)
|
|||
TEST_PERFORMANCE2(test_check_tx_signature, 100, true);
|
||||
|
||||
TEST_PERFORMANCE0(test_is_out_to_acc);
|
||||
TEST_PERFORMANCE0(test_is_out_to_acc_precomp);
|
||||
TEST_PERFORMANCE0(test_generate_key_image_helper);
|
||||
TEST_PERFORMANCE0(test_generate_key_derivation);
|
||||
TEST_PERFORMANCE0(test_generate_key_image);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue