Skip to content

Commit 1e70b97

Browse files
Fix order of arguments in prepare_memtier_benchmark_parameters function
1 parent 6520979 commit 1e70b97

File tree

1 file changed

+1
-1
lines changed
  • redis_benchmarks_specification/__self_contained_coordinator__

1 file changed

+1
-1
lines changed

redis_benchmarks_specification/__self_contained_coordinator__/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ def prepare_memtier_benchmark_parameters(
77
oss_cluster_api_enabled,
88
):
99
benchmark_command = [
10+
full_benchmark_path,
1011
"--json-out-file",
1112
local_benchmark_output_filename,
12-
full_benchmark_path,
1313
"--port",
1414
"{}".format(port),
1515
"--server",

0 commit comments

Comments
 (0)