comparison PerfsDb/Test.py @ 164:ff939d07989f

saving results
author am@osimis.io
date Mon, 20 Aug 2018 15:50:47 +0200
parents 27b3b0df5f90
children f42c10dab862
comparison
equal deleted inserted replaced
163:53575aa2614b 164:ff939d07989f
7 class Test: 7 class Test:
8 8
9 def __init__(self, name: str): 9 def __init__(self, name: str):
10 self.name = name 10 self.name = name
11 self._orthanc = None 11 self._orthanc = None
12 self.repeatCount = 10 12 self.repeatCount = 20
13 13
14 def setOrthancClient(self, orthanc: OrthancClient): 14 def setOrthancClient(self, orthanc: OrthancClient):
15 self._orthanc = orthanc 15 self._orthanc = orthanc
16 16
17 def setRepeatCount(self, repeatCount: int): 17 def setRepeatCount(self, repeatCount: int):