diff PerfsDb/TestConfig.py @ 163:53575aa2614b

added stats during db creation
author am@osimis.io
date Mon, 20 Aug 2018 14:54:32 +0200
parents 27b3b0df5f90
children ff939d07989f
line wrap: on
line diff
--- a/PerfsDb/TestConfig.py	Mon Aug 20 14:23:54 2018 +0200
+++ b/PerfsDb/TestConfig.py	Mon Aug 20 14:54:32 2018 +0200
@@ -74,7 +74,7 @@
 
     def initializeDb(self):
         dbPopulator = DbPopulator(orthanc=OrthancClient("http://127.0.0.1:8042"), dbSize=self._dbSize)
-        dbPopulator.populate()
+        dbPopulator.populate(self.label)
 
     def runTests(self, tests: typing.List[Test]) -> typing.List[TestResult]: