Mercurial > hg > orthanc-tests
annotate PerfsDb/DbSize.py @ 331:32692c1d153c
Added tag Orthanc-1.7.3 for changeset de8f7a80eed1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 24 Aug 2020 07:29:12 +0200 |
parents | df1f9946571c |
children |
rev | line source |
---|---|
156 | 1 from enum import Enum |
2 | |
3 class DbSize(Enum): | |
4 Small = 1 | |
5 Large = 2 | |
158
df1f9946571c
perfs db continued: tests working with tiny DBs on all setup but the sqliteplugin
am@osimis.io
parents:
156
diff
changeset
|
6 Tiny = 3 |
df1f9946571c
perfs db continued: tests working with tiny DBs on all setup but the sqliteplugin
am@osimis.io
parents:
156
diff
changeset
|
7 Medium = 4 |