summaryrefslogtreecommitdiff
path: root/bench3.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-12-15 23:03:10 -0500
committerJeffrey Walton <noloader@gmail.com>2020-12-15 23:03:10 -0500
commitbb29b5e10ee2b4ba2527e7b468800f023ea3d542 (patch)
tree18f4eca448027f24968fc466b15695cdca3d92af /bench3.cpp
parentd7b2982e32150096a454588fa3ad6a0d9f08f955 (diff)
downloadcryptopp-git-bb29b5e10ee2b4ba2527e7b468800f023ea3d542.tar.gz
Use better names than Benchmark1, Benchmark2, etc
Diffstat (limited to 'bench3.cpp')
-rw-r--r--bench3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench3.cpp b/bench3.cpp
index ded4fa5a..ac5d9321 100644
--- a/bench3.cpp
+++ b/bench3.cpp
@@ -300,7 +300,7 @@ void BenchMarkKeyAgreement(const char *filename, const char *name, double timeTo
BenchMarkAgreement(name, d, timeTotal);
}
-void Benchmark3(double t, double hertz)
+void BenchmarkPublicKeyAlgorithms(double t, double hertz)
{
g_allocatedTime = t;
g_hertz = hertz;
@@ -370,7 +370,7 @@ void Benchmark3(double t, double hertz)
std::cout << "\n</TABLE>" << std::endl;
}
-void Benchmark4(double t, double hertz)
+void BenchmarkEllipticCurveAlgorithms(double t, double hertz)
{
g_allocatedTime = t;
g_hertz = hertz;