aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/main.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-12 16:15:21 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-09-25 18:35:55 +0100
commit06a681cf5b0f588f62a767d80e1e806954407043 (patch)
treee68e9702bce357621e02618936f49bf70174b775 /tests/performance_tests/main.cpp
parentwallet2: simplify tx processing a bit (diff)
downloadmonero-06a681cf5b0f588f62a767d80e1e806954407043.tar.xz
performance_tests: add a test for is_out_to_acc_precomp
Diffstat (limited to 'tests/performance_tests/main.cpp')
-rw-r--r--tests/performance_tests/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp
index cc9fe86ef..3c0283eca 100644
--- a/tests/performance_tests/main.cpp
+++ b/tests/performance_tests/main.cpp
@@ -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);