Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a roundoff error in the block cipher benchmarks | lloyd | 2008-11-24 | 1 | -16/+17 |
* | Fix integer overflow in benchmars | lloyd | 2008-11-23 | 1 | -4/+4 |
* | Fix poorly named function | lloyd | 2008-11-21 | 1 | -6/+6 |
* | Mention ANSI clock seems pretty bogus for benchmarking | lloyd | 2008-11-21 | 1 | -0/+3 |
* | Add a typedef in benchmark.h Default_Benchmark_Timer, which checks available | lloyd | 2008-11-21 | 1 | -8/+26 |
* | Oops, 2^32 nanoseconds < 4.3 seconds, which is pretty small. Use 64 bit | lloyd | 2008-11-12 | 1 | -7/+7 |
* | Remove support for provider identifiers from SCAN_Name - it turns out this | lloyd | 2008-11-12 | 1 | -6/+7 |
* | Rename timers.h to timer.h | lloyd | 2008-11-11 | 1 | -1/+1 |
* | Add a runtime benchmarking system (for ciphers/hash/MACs) | lloyd | 2008-11-11 | 3 | -0/+232 |