Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 836:8d119b607d55
new ISO IR 13 test - currently skipped
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Wed, 25 Jun 2025 15:13:00 +0200 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4