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

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jun 15 16:58:07 CEST 2011


Author: jm
Date: Wed Jun 15 16:58:07 2011
New Revision: 2791

Log:
matrix: wait replication is done before measuring perfs

Modified:
    trunk/tools/matrix

Modified: trunk/tools/matrix
==============================================================================
--- trunk/tools/matrix [iso-8859-1] (original)
+++ trunk/tools/matrix [iso-8859-1] Wed Jun 15 16:58:07 2011
@@ -93,6 +93,9 @@ class MatrixImportBenchmark(BenchmarkRun
         )
         neo.start()
         neo_storage = neo.getZODBStorage()
+        if not self._config.threaded:
+            assert len(neo.getStorageList()) == storages
+            neo.expectOudatedCells(number=0)
         # import
         start = time()
         try:




More information about the Neo-report mailing list