Skip to content

Commit

Permalink
[fix] Fixed setup steps limit on rps and max commands (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 authored Oct 10, 2020
1 parent 8d07285 commit c56b036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <filipecosta.90@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion redisbench_admin/run/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

######################
Expand Down

0 comments on commit c56b036

Please sign in to comment.