summaryrefslogtreecommitdiff
path: root/bench.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-08 08:08:08 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-08 08:08:08 -0500
commit5124ff7b20d03c910aada3bc32064e37e8bb4286 (patch)
tree9d3429ca693ed7c3f35a9717bee09d5af80cd74d /bench.h
parent8c4f38b27def7cf91626b77ee859ba0469eddaeb (diff)
downloadcryptopp-git-5124ff7b20d03c910aada3bc32064e37e8bb4286.tar.gz
Use OS X 10.1 image for Travis testing
Diffstat (limited to 'bench.h')
-rw-r--r--bench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.h b/bench.h
index a7936422..34c446ef 100644
--- a/bench.h
+++ b/bench.h
@@ -37,7 +37,7 @@ extern const byte defaultKey[];
extern time_t g_testBegin;
extern time_t g_testEnd;
-// Command handler
+// Benchmark command handler
void BenchmarkWithCommand(int argc, const char* const argv[]);
// Top level, prints preamble and postamble
void Benchmark(Test::TestClass suites, double t, double hertz);