Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 820:ae32a816cbe4 attach-custom-data
fix storage tests
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 27 May 2025 16:20:18 +0200 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4