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 2010/11/17 14:56:38 UTC

svn commit: r1036039 - /tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java

Author: markt
Date: Wed Nov 17 13:56:37 2010
New Revision: 1036039

URL: http://svn.apache.org/viewvc?rev=1036039&view=rev
Log:
Update figures

Modified:
    tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java

Modified: tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java?rev=1036039&r1=1036038&r2=1036039&view=diff
==============================================================================
--- tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java (original)
+++ tomcat/trunk/test/org/apache/catalina/session/Benchmarks.java Wed Nov 17 13:56:37 2010
@@ -36,11 +36,11 @@ public class Benchmarks extends TestCase
      *  4 threads -  ~4,800ms
      * 16 threads - ~21,000ms
      * 
-     * Results on markt's 2-core OSX dev box (out of date)
-     *  1 thread  -    ~720ms
-     *  2 threads -  ~1,700ms
-     *  4 threads -  ~3,100ms
-     * 16 threads - ~12,700ms
+     * Results on markt's 2-core OSX dev box
+     *  1 thread  -   ~5,900ms
+     *  2 threads -  ~16,100ms
+     *  4 threads -  ~32,500ms
+     * 16 threads - ~132,000ms
      */
     public void testManagerBaseGenerateSessionId() {
         doTestManagerBaseGenerateSessionId(1, 1000000);
@@ -119,11 +119,11 @@ public class Benchmarks extends TestCase
      *  4 threads - ~10,400ms
      * 16 threads - ~43,800ms
      * 
-     * Results on markt's 2-core OSX dev box (out of date)
-     *  1 thread  -  ~1,500ms
-     *  2 threads -  ~2,500ms
-     *  4 threads -  ~4,500ms
-     * 16 threads - ~18,600ms
+     * Results on markt's 2-core OSX dev box
+     *  1 thread  -   ~8,800ms
+     *  2 threads -  ~23,200ms
+     *  4 threads -  ~51,900ms
+     * 16 threads - ~215,400ms
      */
     public void testManagerBaseCreateSession() {
         doTestManagerBaseCreateSession(1, 1000000);



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