From c56b036eac17ab15d6f13f32b6ab17ed7380869d Mon Sep 17 00:00:00 2001 From: filipe oliveira Date: Sat, 10 Oct 2020 22:31:36 +0100 Subject: [PATCH] [fix] Fixed setup steps limit on rps and max commands (#18) --- pyproject.toml | 2 +- redisbench_admin/run/run.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0107253..3873a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisbench-admin" -version = "0.1.21" +version = "0.1.22" description = "Redis benchmark run helper. A wrapper around Redis and Redis Modules benchmark tools ( ftsb_redisearch, memtier_benchmark, redis-benchmark, aibench, etc... )." authors = ["filipecosta90 "] readme = "README.md" diff --git a/redisbench_admin/run/run.py b/redisbench_admin/run/run.py index 7ed92ee..a2a2571 100644 --- a/redisbench_admin/run/run.py +++ b/redisbench_admin/run/run.py @@ -130,7 +130,7 @@ def run_command_logic(args): benchmark_output_dict["setup"][setup_run_key] = run_ftsb_redisearch(args.redis_url, benchmark_tool_path, setup_run_json_output_fullpath, options, input_file, workers, - pipeline, oss_cluster_mode, max_rps, requests) + pipeline, oss_cluster_mode, 0, 0) progress.update() ######################