aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/main.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-03-16 19:02:55 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-09-11 13:37:33 +0000
commitcb9ecab197b2a7f4594ba2208ce5b6386d65d287 (patch)
tree22961e78cf3bdadaef8c086727617bbd18a8ad57 /tests/performance_tests/main.cpp
parentbulletproofs: add aggregated verification (diff)
downloadmonero-cb9ecab197b2a7f4594ba2208ce5b6386d65d287.tar.xz
performance_tests: add signature generation/verification
Diffstat (limited to 'tests/performance_tests/main.cpp')
-rw-r--r--tests/performance_tests/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp
index c125f9042..ea23ec9ea 100644
--- a/tests/performance_tests/main.cpp
+++ b/tests/performance_tests/main.cpp
@@ -46,6 +46,7 @@
#include "generate_key_image.h"
#include "generate_key_image_helper.h"
#include "generate_keypair.h"
+#include "signature.h"
#include "is_out_to_acc.h"
#include "subaddress_expand.h"
#include "sc_reduce32.h"
@@ -150,6 +151,8 @@ int main(int argc, char** argv)
TEST_PERFORMANCE0(filter, verbose, test_ge_frombytes_vartime);
TEST_PERFORMANCE0(filter, verbose, test_generate_keypair);
TEST_PERFORMANCE0(filter, verbose, test_sc_reduce32);
+ TEST_PERFORMANCE1(filter, verbose, test_signature, false);
+ TEST_PERFORMANCE1(filter, verbose, test_signature, true);
TEST_PERFORMANCE2(filter, verbose, test_wallet2_expand_subaddresses, 50, 200);