redisbench-admin 0.11.38__py3-none-any.whl → 0.11.39__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(
@@ -161,10 +161,6 @@ def create_compare_arguments(parser):
161
161
  type=str,
162
162
  default="https://benchmarksrediscom.grafana.net/d/",
163
163
  )
164
- parser.add_argument(
165
- "--grafana_uid",
166
- default=None,
167
- )
168
164
  parser.add_argument(
169
165
  "--auto-approve",
170
166
  required=False,