Prechádzať zdrojové kódy

Cached queries test using wrong query levels (#4601)

Nate 6 rokov pred
rodič
commit
9ad2f24434

+ 1 - 1
toolset/benchmark/test_types/cached_query_type.py

@@ -49,7 +49,7 @@ class CachedQueryTestType(FrameworkTestType):
             self.config.duration,
             'levels':
             " ".join(
-                "{}".format(item) for item in self.config.concurrency_levels),
+                "{}".format(item) for item in self.config.cached_query_levels),
             'server_host':
             self.config.server_host,
             'url':