Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 743:0ec0c9ed5433 find-refactoring
re-enable old test + computed counters
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 27 Nov 2024 09:31:15 +0100 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4