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/slowpow-inputs | |
parent | ab0f1aa99467436c38c1a3a419200f8e07cd12a5 (diff) | |
download | glibc-81f311c2eed308c938f995dbda97d2ec4d00b723.tar.gz glibc-81f311c2eed308c938f995dbda97d2ec4d00b723.tar.xz 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/slowpow-inputs')
-rw-r--r-- | benchtests/slowpow-inputs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/benchtests/slowpow-inputs b/benchtests/slowpow-inputs new file mode 100644 index 0000000000..dbb1270b75 --- /dev/null +++ b/benchtests/slowpow-inputs @@ -0,0 +1 @@ +1.0000000000000020, 1.5 |