Author: elecharny
Date: Mon May 6 12:32:21 2013
New Revision: 1479546
URL: http://svn.apache.org/r1479546
Log:
Make the test really inject 1M elements
Modified:
labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/MultiThreadedBtreeTest.java
Modified:
labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/MultiThreadedBtreeTest.java
URL:
http://svn.apache.org/viewvc/labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/MultiThreadedBtreeTest.java?rev=1479546&r1=1479545&r2=1479546&view=diff
==============================================================================
---
labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/MultiThreadedBtreeTest.java
(original)
+++
labs/mavibot/trunk/mavibot/src/test/java/org/apache/mavibot/btree/MultiThreadedBtreeTest.java
Mon May 6 12:32:21 2013
@@ -217,7 +217,7 @@ public class MultiThreadedBtreeTest
@Test
public void testInsertMultiThreads() throws InterruptedException,
IOException
{
- int nbThreads = 20;
+ int nbThreads = 100;
final CountDownLatch latch = new CountDownLatch( nbThreads );
//Thread.sleep( 60000L );
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]