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: [email protected]
For additional commands, e-mail: [email protected]