Skip to content

Commit

Permalink
Cached queries test using wrong query levels (#4601)
Browse files Browse the repository at this point in the history
  • Loading branch information
NateBrady23 authored Apr 2, 2019
1 parent 94c2ca7 commit 9ad2f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolset/benchmark/test_types/cached_query_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def get_script_variables(self, name, url):
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':
Expand Down

0 comments on commit 9ad2f24

Please sign in to comment.