Skip to content

Commit 45a8bbd

Browse files
compare improvements
1 parent 7406517 commit 45a8bbd

File tree

3 files changed

+1117
-12
lines changed

3 files changed

+1117
-12
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.11.37"
3+
version = "0.11.38"
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/compare/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def create_compare_arguments(parser):
134134
parser.add_argument(
135135
"--regressions-percent-lower-limit",
136136
type=float,
137-
default=5.0,
137+
default=8.0,
138138
help="Only consider regressions with a percentage over the defined limit. (0-100)",
139139
)
140140
parser.add_argument(

0 commit comments

Comments
 (0)