From 81f311c2eed308c938f995dbda97d2ec4d00b723 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Tue, 2 Apr 2013 10:36:01 +0530 Subject: 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. --- benchtests/exp-inputs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchtests/exp-inputs') diff --git a/benchtests/exp-inputs b/benchtests/exp-inputs index a2086ba..d81cc07 100644 --- a/benchtests/exp-inputs +++ b/benchtests/exp-inputs @@ -1 +1 @@ -708.00096423260981737257679924368858 +42 -- cgit v1.1