diff options
author | lloyd <[email protected]> | 2009-08-14 16:21:26 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-08-14 16:21:26 +0000 |
commit | 6ad564671027ca5caa842592ab6708003b5893ef (patch) | |
tree | 7aaff8fc85ae3f3f4f38e5bd2d2fdc7e25b55ba3 /checks/bench.h | |
parent | 1c08f8e0258d1b0317fb837e78b4cef9359af9c9 (diff) |
Remove support for HTML benchmark output. Easier/simpler to parse the
output with a script after the fact to generate such things, especially
as often for HTML I want to do multiple side-by-side results.
Diffstat (limited to 'checks/bench.h')
-rw-r--r-- | checks/bench.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/bench.h b/checks/bench.h index 07d67e0d1..0cc3f46d1 100644 --- a/checks/bench.h +++ b/checks/bench.h @@ -25,10 +25,10 @@ class Benchmark_Report void benchmark(const std::string&, Botan::RandomNumberGenerator&, - bool html, double seconds); + double seconds); void bench_pk(Botan::RandomNumberGenerator&, - const std::string&, bool html, double seconds); + const std::string&, double seconds); u32bit bench_algo(const std::string&, Botan::RandomNumberGenerator&, |