[exo-jcr-commits] exo-jcr SVN: r1294 - jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jan 5 09:01:40 EST 2010


Author: nfilotto
Date: 2010-01-05 09:01:39 -0500 (Tue, 05 Jan 2010)
New Revision: 1294

Modified:
   jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/SQLBenchmarkTest.java
Log:
EXOJCR-302: Benchmark with 100 threads added to SQLBenchmarkTest

Modified: jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/SQLBenchmarkTest.java
===================================================================
--- jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/SQLBenchmarkTest.java	2010-01-05 12:58:22 UTC (rev 1293)
+++ jcr/branches/1.12.0-OPT/exo.jcr.component.core/src/test/java/org/exoplatform/services/jcr/impl/storage/jdbc/SQLBenchmarkTest.java	2010-01-05 14:01:39 UTC (rev 1294)
@@ -90,6 +90,7 @@
       benchmark(10, container);
       benchmark(20, container);
       benchmark(50, container);
+      benchmark(100, container);
    }
 
    private static void benchmark(int threads, StandaloneContainer container) throws Exception



More information about the exo-jcr-commits mailing list