Commit 0a9070d8 authored by Julien Muchembled's avatar Julien Muchembled

matrix: wait replication is done before measuring perfs

git-svn-id: https://svn.erp5.org/repos/neo/trunk@2791 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 32ed73b5
......@@ -93,6 +93,9 @@ class MatrixImportBenchmark(BenchmarkRunner):
)
neo.start()
neo_storage = neo.getZODBStorage()
if not self._config.threaded:
assert len(neo.getStorageList()) == storages
neo.expectOudatedCells(number=0)
# import
start = time()
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment