Skip to content

Commit 0883d59

Browse files
Fix duplicate --json-out-file parameter in prepare_memtier_benchmark_parameters
1 parent 3dad2b1 commit 0883d59

File tree

1 file changed

+0
-2
lines changed
  • redis_benchmarks_specification/__self_contained_coordinator__

1 file changed

+0
-2
lines changed

redis_benchmarks_specification/__self_contained_coordinator__/clients.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ def prepare_memtier_benchmark_parameters(
77
oss_cluster_api_enabled,
88
):
99
benchmark_command = [
10-
"--json-out-file",
11-
local_benchmark_output_filename,
1210
full_benchmark_path,
1311
"--json-out-file",
1412
local_benchmark_output_filename,

0 commit comments

Comments
 (0)