aboutsummaryrefslogtreecommitdiff
path: root/benchtests/slowpow.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-02Add benchmark tests for slowpow and slowexpSiddhesh Poyarekar1-0/+19
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.