Skip to content

Commit 4c4c51b

Browse files
committed
create a unique filename for different topologies instead of always hardcoding to: oss-standalone
1 parent 30ba22f commit 4c4c51b

File tree

1 file changed

+2
-2
lines changed
  • redis_benchmarks_specification/__runner__

1 file changed

+2
-2
lines changed

redis_benchmarks_specification/__runner__/runner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,7 +1686,7 @@ def delete_temporary_files(
16861686
logging.info(
16871687
f"Connected to Redis using individual parameters: {host}:{port}"
16881688
)
1689-
setup_name = "oss-standalone"
1689+
setup_name = topology_spec_name
16901690
r.ping()
16911691

16921692
# Auto-detect server information if not explicitly provided
@@ -2440,7 +2440,7 @@ def delete_temporary_files(
24402440
start_time_str,
24412441
git_hash,
24422442
test_name,
2443-
setup_type,
2443+
setup_name,
24442444
)
24452445
logging.info(
24462446
"Will store benchmark json output to local file {}".format(

0 commit comments

Comments
 (0)