Skip to content

Commit af2bd3a

Browse files
Extend the compare tool with by env tables (#335)
1 parent 9ad640d commit af2bd3a

File tree

2 files changed

+1329
-476
lines changed

2 files changed

+1329
-476
lines changed

redis_benchmarks_specification/__compare__/args.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,11 @@ def create_compare_arguments(parser):
230230
action="store_true",
231231
help="Skip interactive approval of changes to github before applying.",
232232
)
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+
)
233240
return parser

0 commit comments

Comments
 (0)