We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ba22f commit 4c4c51bCopy full SHA for 4c4c51b
redis_benchmarks_specification/__runner__/runner.py
@@ -1686,7 +1686,7 @@ def delete_temporary_files(
1686
logging.info(
1687
f"Connected to Redis using individual parameters: {host}:{port}"
1688
)
1689
- setup_name = "oss-standalone"
+ setup_name = topology_spec_name
1690
r.ping()
1691
1692
# Auto-detect server information if not explicitly provided
@@ -2440,7 +2440,7 @@ def delete_temporary_files(
2440
start_time_str,
2441
git_hash,
2442
test_name,
2443
- setup_type,
+ setup_name,
2444
2445
2446
"Will store benchmark json output to local file {}".format(
0 commit comments