Mercurial > hg > orthanc-tests
view PerfsDb/DbSize.py @ 747:283cdeb72cb9 find-refactoring tip
fix test_instances_tags and test_modules
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 30 Nov 2024 21:17:59 +0100 |
parents | df1f9946571c |
children |
line wrap: on
line source
from enum import Enum class DbSize(Enum): Small = 1 Large = 2 Tiny = 3 Medium = 4