You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2017/02/22 12:02:38 UTC

[math] Run the two "home-made" benchmarks.

Repository: commons-math
Updated Branches:
  refs/heads/master 657b1b49d -> 656327570


Run the two "home-made" benchmarks.


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/65632757
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/65632757
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/65632757

Branch: refs/heads/master
Commit: 6563275706015b000cc5bf14be7fa9322964bf49
Parents: 657b1b4
Author: Gilles <er...@apache.org>
Authored: Wed Feb 22 13:00:37 2017 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Feb 22 13:00:37 2017 +0100

----------------------------------------------------------------------
 .../org/apache/commons/math4/userguide/FastMathTestPerformance.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/65632757/src/userguide/java/org/apache/commons/math4/userguide/FastMathTestPerformance.java
----------------------------------------------------------------------
diff --git a/src/userguide/java/org/apache/commons/math4/userguide/FastMathTestPerformance.java b/src/userguide/java/org/apache/commons/math4/userguide/FastMathTestPerformance.java
index f5d1722..d140393 100644
--- a/src/userguide/java/org/apache/commons/math4/userguide/FastMathTestPerformance.java
+++ b/src/userguide/java/org/apache/commons/math4/userguide/FastMathTestPerformance.java
@@ -62,6 +62,7 @@ public class FastMathTestPerformance {
         testTanh();
         testIEEEremainder();
 
+        testSimpleBenchmark();
     }
 
     @SuppressWarnings("boxing")