Skip to content

Commit c56b036

Browse files
[fix] Fixed setup steps limit on rps and max commands (#18)
1 parent 8d07285 commit c56b036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.21"
3+
version = "0.1.22"
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]>"]
66
readme = "README.md"

redisbench_admin/run/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def run_command_logic(args):
130130
benchmark_output_dict["setup"][setup_run_key] = run_ftsb_redisearch(args.redis_url, benchmark_tool_path,
131131
setup_run_json_output_fullpath,
132132
options, input_file, workers,
133-
pipeline, oss_cluster_mode, max_rps, requests)
133+
pipeline, oss_cluster_mode, 0, 0)
134134
progress.update()
135135

136136
######################

0 commit comments

Comments
 (0)