[Neo-report] r2457 gregory - /trunk/tools/replication

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 10 11:34:25 CET 2010


Author: gregory
Date: Wed Nov 10 11:34:25 2010
New Revision: 2457

Log:
Adjust default values for replication benchmark.

Modified:
    trunk/tools/replication

Modified: trunk/tools/replication
==============================================================================
--- trunk/tools/replication [iso-8859-1] (original)
+++ trunk/tools/replication [iso-8859-1] Wed Nov 10 11:34:25 2010
@@ -13,10 +13,10 @@ from neo.tests.benchmark import Benchmar
 from neo.tests.functional import NEOCluster
 
 PARTITIONS = 16
-TRANSACTIONS = 1000
-OBJECTS = 10000
-REVISIONS = 5
-OBJECT_SIZE = 100
+TRANSACTIONS = 1024
+OBJECTS = 1024
+REVISIONS = 4
+OBJECT_SIZE = 1024
 CUT_AT = 0
 
 def humanize(size):





More information about the Neo-report mailing list