Skip to content

Commit

Permalink
Added support for spot instance setups
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Oct 22, 2023
1 parent 63cad39 commit 7fdb387
Show file tree
Hide file tree
Showing 18 changed files with 362 additions and 145 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.10.16"
version = "0.10.17"
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>","Redis Performance Group <performance@redis.com>"]
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions redisbench_admin/compare/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ def create_compare_arguments(parser):
parser.add_argument("--comparison-tag", type=str, default=None, required=False)
parser.add_argument("--print-regressions-only", type=bool, default=False)
parser.add_argument("--print-improvements-only", type=bool, default=False)
parser.add_argument("--skip-unstable", type=bool, default=False)
parser.add_argument("--verbose", type=bool, default=False)
parser.add_argument("--simple-table", type=bool, default=False)
parser.add_argument("--use_metric_context_path", type=bool, default=False)
Expand Down
Loading

0 comments on commit 7fdb387

Please sign in to comment.