diff options
Diffstat (limited to 'src/benchmark/benchmark.h')
-rw-r--r-- | src/benchmark/benchmark.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/benchmark/benchmark.h b/src/benchmark/benchmark.h index cc13ae58d..baabc14ca 100644 --- a/src/benchmark/benchmark.h +++ b/src/benchmark/benchmark.h @@ -12,14 +12,12 @@ #include <botan/rng.h> #include <map> #include <string> - namespace Botan { /** * Algorithm benchmark * @param name the name of the algorithm to test (cipher, hash, or MAC) * @param milliseconds total time for the benchmark to run -* @param timer the timer to use * @param rng the rng to use to generate random inputs * @param af the algorithm factory used to create objects * @return results a map from provider to speed in mebibytes per second |