aboutsummaryrefslogtreecommitdiffstats
path: root/checks/bench.h
Commit message (Collapse)AuthorAgeFilesLines
* Modify the self test program to use the builtin runtime benchmarking goop.lloyd2009-09-241-26/+7
| | | | | | | | | Features dropped: RNG benchmarking, the --bench-type option. New feature: Anything the library understands can be benchmarked using --bench-algo. Use 3DES and Serpent for mode benchmarking along with AES-128.
* Remove support for HTML benchmark output. Easier/simpler to parse thelloyd2009-08-141-2/+2
| | | | | 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.
* Flush stdout after every new resultlloyd2008-09-071-1/+1
|
* Use the Timer class for all benchmarkinglloyd2008-09-051-0/+19
|
* Remove most of the direct references to the global_rng() calllloyd2008-06-281-3/+12
|
* Fix some -Wmissing-declarations warningslloyd2008-06-121-0/+9