Skip to content

Commit 212f690

Browse files
Fixed wrong test arg order on redis_benchmarks_specification (#282)
* Fixed failing memtier args test * Fixed wrong test arg order on redis_benchmarks_specification/__self_contained_coordinator__/clients.py
1 parent e9a1be9 commit 212f690

File tree

1 file changed

+2
-2
lines changed
  • redis_benchmarks_specification/__self_contained_coordinator__

1 file changed

+2
-2
lines changed

redis_benchmarks_specification/__self_contained_coordinator__/clients.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ def prepare_memtier_benchmark_parameters(
77
oss_cluster_api_enabled,
88
):
99
benchmark_command = [
10+
"--json-out-file",
11+
local_benchmark_output_filename,
1012
full_benchmark_path,
1113
"--port",
1214
"{}".format(port),
1315
"--server",
1416
"{}".format(server),
15-
"--json-out-file",
16-
local_benchmark_output_filename,
1717
]
1818
if oss_cluster_api_enabled is True:
1919
benchmark_command.append("--cluster-mode")

0 commit comments

Comments
 (0)