From 2dca91addbf471a7a7658378876c88056d4f8848 Mon Sep 17 00:00:00 2001 From: Ron Eldor Date: Wed, 1 Aug 2018 14:01:11 +0300 Subject: [PATCH] Revert addition of ecdsa test Revert the addition of ecdsa test, as it seems that CI still fails. Resolves #184. --- benchmark/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/main.cpp b/benchmark/main.cpp index c4e1126b8..21ff6e26e 100644 --- a/benchmark/main.cpp +++ b/benchmark/main.cpp @@ -145,7 +145,7 @@ /* * Uncomment this line to enable ECDSA benchmark. */ -#define ENABLE_ECDSA +//#define ENABLE_ECDSA /* * For heap usage estimates, we need an estimate of the overhead per allocated