Sfoglia il codice sorgente

Cached queries test using wrong query levels (#4601)

Nate 6 anni fa
parent
commit
9ad2f24434
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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':