aboutsummaryrefslogtreecommitdiffstats
path: root/checks/bench.h
Commit message (Collapse)AuthorAgeFilesLines
* s/check/test/glloyd2014-01-011-22/+0
|
* Remove filter based benchmark codelloyd2014-01-011-2/+2
|
* Add Threefish-512lloyd2013-12-101-0/+2
|
* Add a new option for benchmarking --buf-size which specifies the size oflloyd2010-07-301-2/+4
| | | | the buffer (in KiB) to process.
* 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