aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/main.cpp
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-10-08 19:34:42 +0100
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-10-08 19:35:47 +0100
commitd8eae67ef213a6e5e93a325da9de21d0857fe685 (patch)
tree3fb09bf1940d85af26a9e079e21bc2e63b8fc399 /tests/performance_tests/main.cpp
parentcore: remove some unused code (diff)
downloadmonero-d8eae67ef213a6e5e93a325da9de21d0857fe685.tar.xz
tests: add performance test for ge_frombytes_vartime
At luigi1111's request
Diffstat (limited to '')
-rw-r--r--tests/performance_tests/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp
index 4de0fac54..d09276230 100644
--- a/tests/performance_tests/main.cpp
+++ b/tests/performance_tests/main.cpp
@@ -37,6 +37,7 @@
#include "cn_slow_hash.h"
#include "derive_public_key.h"
#include "derive_secret_key.h"
+#include "ge_frombytes_vartime.h"
#include "generate_key_derivation.h"
#include "generate_key_image.h"
#include "generate_key_image_helper.h"
@@ -98,6 +99,7 @@ int main(int argc, char** argv)
TEST_PERFORMANCE0(test_generate_key_image);
TEST_PERFORMANCE0(test_derive_public_key);
TEST_PERFORMANCE0(test_derive_secret_key);
+ TEST_PERFORMANCE0(test_ge_frombytes_vartime);
TEST_PERFORMANCE0(test_cn_slow_hash);