We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad640d commit af2bd3aCopy full SHA for af2bd3a
redis_benchmarks_specification/__compare__/args.py
@@ -230,4 +230,11 @@ def create_compare_arguments(parser):
230
action="store_true",
231
help="Skip interactive approval of changes to github before applying.",
232
)
233
+ parser.add_argument(
234
+ "--compare-by-env",
235
+ required=False,
236
+ default=False,
237
+ action="store_true",
238
+ help="Compare by environments for each test instead of comparing by tests for each environment (default behavior).",
239
+ )
240
return parser
0 commit comments