diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-26 17:02:11 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-10-26 17:02:11 +0000 |
commit | 3a056b7393aeaa1e751deb3013a55232110c7225 (patch) | |
tree | 083fd98e2c72e561c2b91d5dc8de674552980a3b /tests/performance_tests/main.cpp | |
parent | performance_tests: measure ge_frombytes_vartime only (diff) | |
download | monero-3a056b7393aeaa1e751deb3013a55232110c7225.tar.xz |
performance_tests: add ge_p3_tobytes
Diffstat (limited to 'tests/performance_tests/main.cpp')
-rw-r--r-- | tests/performance_tests/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/performance_tests/main.cpp b/tests/performance_tests/main.cpp index 87a1573c2..84cd77cfb 100644 --- a/tests/performance_tests/main.cpp +++ b/tests/performance_tests/main.cpp @@ -42,6 +42,7 @@ #include "derive_public_key.h" #include "derive_secret_key.h" #include "ge_frombytes_vartime.h" +#include "ge_tobytes.h" #include "generate_key_derivation.h" #include "generate_key_image.h" #include "generate_key_image_helper.h" @@ -182,6 +183,7 @@ int main(int argc, char** argv) TEST_PERFORMANCE0(filter, p, test_derive_public_key); TEST_PERFORMANCE0(filter, p, test_derive_secret_key); TEST_PERFORMANCE0(filter, p, test_ge_frombytes_vartime); + TEST_PERFORMANCE0(filter, p, test_ge_tobytes); TEST_PERFORMANCE0(filter, p, test_generate_keypair); TEST_PERFORMANCE0(filter, p, test_sc_reduce32); TEST_PERFORMANCE1(filter, p, test_signature, false); |