about summary refs log tree commit diff
path: root/benchtests/pow-inputs
Commit message (Collapse)AuthorAgeFilesLines
* Add benchmark tests for slowpow and slowexpSiddhesh Poyarekar2013-04-021-1/+1
| | | | | | | Separate benchmarks for the fast and slow implementations of pow and exp since measuring both together doesn't make sense. Adjust the iterations for pow and exp accordingly so that they run long enough for the measurements to be meaningful.
* Framework for performance benchmarking of functionsSiddhesh Poyarekar2013-03-151-0/+1
See benchtests/Makefile to know how to use it.