Explorar el Código

Cached queries test using wrong query levels (#4601)

Nate hace 6 años
padre
commit
9ad2f24434
Se han modificado 1 ficheros con 1 adiciones y 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':