Skip to content

Commit 5e074bc

Browse files
Remote result post process fix (#290)
* Remote result post process fix * Remote result post process fix
1 parent db36279 commit 5e074bc

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisbench-admin"
3-
version = "0.6.22"
3+
version = "0.6.23"
44
description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )."
55
authors = ["filipecosta90 <[email protected]>","Redis Performance Group <[email protected]>"]
66
readme = "README.md"

redisbench_admin/run_remote/remote_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,7 @@ def run_remote_client_tool(
102102
benchmark_duration_seconds = calculate_client_tool_duration_and_check(
103103
benchmark_end_time, benchmark_start_time, step_name, warn_min_duration
104104
)
105-
artifact_version = None
106-
local_bench_fname = None
107105
results_dict = None
108-
return_code = None
109106
if remote_run_result is True:
110107
(
111108
artifact_version,

0 commit comments

Comments
 (0)