Explorar o código

Cached queries test using wrong query levels (#4601)

Nate %!s(int64=6) %!d(string=hai) anos
pai
achega
9ad2f24434
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolset/benchmark/test_types/cached_query_type.py

+ 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':