diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-02 10:36:01 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-04-02 17:45:45 +0530 |
commit | 81f311c2eed308c938f995dbda97d2ec4d00b723 (patch) | |
tree | cd40b56931a84b605563c001a9e4a8b4822390b6 /benchtests/pow-inputs | |
parent | ab0f1aa99467436c38c1a3a419200f8e07cd12a5 (diff) | |
download | glibc-81f311c2eed308c938f995dbda97d2ec4d00b723.tar glibc-81f311c2eed308c938f995dbda97d2ec4d00b723.tar.gz glibc-81f311c2eed308c938f995dbda97d2ec4d00b723.tar.bz2 glibc-81f311c2eed308c938f995dbda97d2ec4d00b723.zip |
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.
Diffstat (limited to 'benchtests/pow-inputs')
-rw-r--r-- | benchtests/pow-inputs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchtests/pow-inputs b/benchtests/pow-inputs index dbb1270b75..2f7cc03b52 100644 --- a/benchtests/pow-inputs +++ b/benchtests/pow-inputs @@ -1 +1 @@ -1.0000000000000020, 1.5 +42.0, 42.0 |