diff --git a/bench1.cpp b/bench1.cpp index 1cd32d31..c0c08c0f 100644 --- a/bench1.cpp +++ b/bench1.cpp @@ -390,7 +390,7 @@ void Benchmark1(double t, double hertz) const char *cpb; if (g_hertz > 1.0f) - cpb = "Cycles Per Byte"; + cpb = "Cycles/Byte"; else cpb = ""; diff --git a/bench2.cpp b/bench2.cpp index 2dbef0df..9371cd01 100644 --- a/bench2.cpp +++ b/bench2.cpp @@ -82,7 +82,7 @@ void Benchmark2(double t, double hertz) const char *cpb, *cpk; if (g_hertz > 1.0f) { - cpb = "Cycles Per Byte"; + cpb = "Cycles/Byte"; cpk = "Cycles to
Setup Key and IV"; } else