From a822fd07133ff7670032e43a7c82fdcce6f07fc8 Mon Sep 17 00:00:00 2001 From: weidai Date: Tue, 26 Apr 2011 16:11:00 +0000 Subject: re-enable accidentally disabled benchmarks git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@527 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- bench2.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bench2.cpp') diff --git a/bench2.cpp b/bench2.cpp index 26c0f1f..ca08a99 100644 --- a/bench2.cpp +++ b/bench2.cpp @@ -232,7 +232,7 @@ extern double g_hertz; void BenchmarkAll2(double t, double hertz) { g_hertz = hertz; -#if 0 + cout << "" << endl; cout << ""; { ECIES::Decryptor cpriv(GlobalRNG(), ASN1::secp256k1()); -- cgit v1.2.1
OperationMilliseconds/Operation" << (g_hertz ? "Megacycles/Operation" : "") << endl; @@ -275,7 +275,7 @@ void BenchmarkAll2(double t, double hertz) BenchMarkKeyAgreement("TestData/lucd1024.dat", "LUCDIF 1024", t); BenchMarkKeyAgreement("TestData/mqv1024.dat", "MQV 1024", t); BenchMarkKeyAgreement("TestData/mqv2048.dat", "MQV 2048", t); -#endif + cout << "\n