[Neo-report] r2790 jm - /trunk/tools/matrix

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 15 15:54:00 CEST 2011


Author: jm
Date: Wed Jun 15 15:54:00 2011
New Revision: 2790

Log:
matrix: 3 hours is too much

Modified:
    trunk/tools/matrix

Modified: trunk/tools/matrix
==============================================================================
--- trunk/tools/matrix [iso-8859-1] (original)
+++ trunk/tools/matrix [iso-8859-1] Wed Jun 15 15:54:00 2011
@@ -76,7 +76,7 @@ class MatrixImportBenchmark(BenchmarkRun
             datafs = 'PROD1'
             import random, neo.tests.stat_zodb
             dfs_storage = getattr(neo.tests.stat_zodb, datafs)(
-                random.Random(0)).as_storage(10000)
+                random.Random(0)).as_storage(1000)
         print "Import of %s with m=%s, s=%s, r=%s, p=%s" % (
                 datafs, masters, storages, replicas, partitions)
         if self._config.threaded:




More information about the Neo-report mailing list