Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 644:5806bd442a37 large-queries
new tests for /extended-api-v1/changes
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 11 Apr 2024 19:04:16 +0200 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4