Update NATS-Bench API to v1.1

This commit is contained in:
D-X-Y
2020-12-19 23:42:21 +08:00
parent c8ca1790e9
commit 59b5696a93
2 changed files with 52 additions and 7 deletions

View File

@@ -12,7 +12,8 @@ from nats_bench.api_utils import pickle_save
from nats_bench.api_utils import ResultsCount
NATS_BENCH_API_VERSIONs = ['v1.0'] # [2020.08.31]
NATS_BENCH_API_VERSIONs = ['v1.0', # [2020.08.31]
'v1.1'] # [2020.12.20] adding unit tests
NATS_BENCH_SSS_NAMEs = ('sss', 'size')
NATS_BENCH_TSS_NAMEs = ('tss', 'topology')