redisbench-admin 0.11.38__py3-none-any.whl → 0.11.40__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -134,7 +134,7 @@ def create_compare_arguments(parser):
134
134
  parser.add_argument(
135
135
  "--regressions-percent-lower-limit",
136
136
  type=float,
137
- default=5.0,
137
+ default=8.0,
138
138
  help="Only consider regressions with a percentage over the defined limit. (0-100)",
139
139
  )
140
140
  parser.add_argument(