mirror of https://github.com/apache/cassandra
Merge branch 'cassandra-2.2' into cassandra-3.0
This commit is contained in:
commit
fccbfbaa4f
|
|
@ -58,7 +58,7 @@ public class LongBTreeTest
|
|||
{
|
||||
|
||||
private static final boolean DEBUG = false;
|
||||
private static int perThreadTrees = 10000;
|
||||
private static int perThreadTrees = 100;
|
||||
private static int minTreeSize = 4;
|
||||
private static int maxTreeSize = 10000;
|
||||
private static int threads = DEBUG ? 1 : Runtime.getRuntime().availableProcessors() * 8;
|
||||
|
|
|
|||
Loading…
Reference in New Issue