Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 811:9e8ae918f6c1
try to fix DelayedDeletion tests on Github runners
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 08 May 2025 09:54:04 +0200 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4