Author: markt
Date: Thu Mar 21 16:43:48 2013
New Revision: 1459395
URL: http://svn.apache.org/r1459395
Log:
Add an order of magnitude to check results are roughly the same (they are)
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/util/TesterBase64Performance.java
Modified:
tomcat/tc7.0.x/trunk/test/org/apache/catalina/util/TesterBase64Performance.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/test/org/apache/catalina/util/TesterBase64Performance.java?rev=1459395&r1=1459394&r2=1459395&view=diff
==============================================================================
---
tomcat/tc7.0.x/trunk/test/org/apache/catalina/util/TesterBase64Performance.java
(original)
+++
tomcat/tc7.0.x/trunk/test/org/apache/catalina/util/TesterBase64Performance.java
Thu Mar 21 16:43:48 2013
@@ -29,7 +29,7 @@ import org.apache.tomcat.util.buf.CharCh
public class TesterBase64Performance {
- private static final int SIZE = 1000000;
+ private static final int SIZE = 10000000;
@SuppressWarnings("deprecation")
@Test
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]