You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/02/14 18:58:16 UTC

svn commit: r1659826 - /tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java

Author: markt
Date: Sat Feb 14 17:58:15 2015
New Revision: 1659826

URL: http://svn.apache.org/r1659826
Log:
Add a (very) forward looking comment.

Modified:
    tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java

Modified: tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java?rev=1659826&r1=1659825&r2=1659826&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java (original)
+++ tomcat/trunk/test/org/apache/catalina/connector/TestResponsePerformance.java Sat Feb 14 17:58:15 2015
@@ -37,6 +37,10 @@ public class TestResponsePerformance ext
         doHomebrew(resp);
         doUri();
 
+        // Note: Java 9 on my OSX laptop consistently shows doUri() is faster
+        //       than doHomebrew(). Worth a closer look for Tomcat 10 on the
+        //       assumption it will require java 9
+
         // To allow for timing differences between runs, a "best of n" approach
         // is taken for this test
         final int bestOf = 5;



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org