aboutsummaryrefslogtreecommitdiff
path: root/tests/performance_tests/main.cpp
diff options
context:
space:
mode:
authorSarang Noether <32460187+SarangNoether@users.noreply.github.com>2020-04-14 20:31:30 -0400
committerSarang Noether <32460187+SarangNoether@users.noreply.github.com>2020-04-14 20:31:30 -0400
commit4ed60b626a368132fccad4449f1c4d50e312b60c (patch)
tree6d173b69be8cb344ed84852cb86a573f9ec32fec /tests/performance_tests/main.cpp
parentMerge pull request #6405 (diff)
downloadmonero-4ed60b626a368132fccad4449f1c4d50e312b60c.tar.xz
Bulletproofs: verification speedup
Diffstat (limited to '')
-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 bd7414c59..d3ba57270 100644
--- a/tests/performance_tests/main.cpp
+++ b/tests/performance_tests/main.cpp
@@ -254,6 +254,7 @@ int main(int argc, char** argv)
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_scalarmultKey);
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_scalarmultH);
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_scalarmult8);
+ TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_scalarmult8_p3);
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_ge_dsm_precomp);
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_ge_double_scalarmult_base_vartime);
TEST_PERFORMANCE1(filter, p, test_crypto_ops, op_ge_double_scalarmult_precomp_vartime);