We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a1be9 commit 212f690Copy full SHA for 212f690
redis_benchmarks_specification/__self_contained_coordinator__/clients.py
@@ -7,13 +7,13 @@ def prepare_memtier_benchmark_parameters(
7
oss_cluster_api_enabled,
8
):
9
benchmark_command = [
10
+ "--json-out-file",
11
+ local_benchmark_output_filename,
12
full_benchmark_path,
13
"--port",
14
"{}".format(port),
15
"--server",
16
"{}".format(server),
- "--json-out-file",
- local_benchmark_output_filename,
17
]
18
if oss_cluster_api_enabled is True:
19
benchmark_command.append("--cluster-mode")
0 commit comments