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/pk_bench.cpp | |
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/pk_bench.cpp')
-rw-r--r-- | checks/pk_bench.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checks/pk_bench.cpp b/checks/pk_bench.cpp index a944934fb..1b85eddbf 100644 --- a/checks/pk_bench.cpp +++ b/checks/pk_bench.cpp @@ -603,7 +603,7 @@ void benchmark_elg(RandomNumberGenerator& rng, } void bench_pk(RandomNumberGenerator& rng, - const std::string& algo, bool, double seconds) + const std::string& algo, double seconds) { /* There is some strangeness going on here. It looks like algorithms |