Add benchmark tests for slowpow and slowexp
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 2 Apr 2013 05:06:01 +0000 (10:36 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 2 Apr 2013 12:15:45 +0000 (17:45 +0530)
commit81f311c2eed308c938f995dbda97d2ec4d00b723
treecd40b56931a84b605563c001a9e4a8b4822390b6
parentab0f1aa99467436c38c1a3a419200f8e07cd12a5
Add benchmark tests for slowpow and slowexp

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.
ChangeLog
benchtests/Makefile
benchtests/exp-inputs
benchtests/pow-inputs
benchtests/slowexp-inputs [new file with mode: 0644]
benchtests/slowexp.c [new file with mode: 0644]
benchtests/slowpow-inputs [new file with mode: 0644]
benchtests/slowpow.c [new file with mode: 0644]