diff --git a/esrally/rally.py b/esrally/rally.py index 62f6ce2a1..51a3b3a68 100644 --- a/esrally/rally.py +++ b/esrally/rally.py @@ -198,6 +198,10 @@ def add_track_source(subparser): "--report-file", help="Write the command line report also to the provided file.", default="") + compare_parser.add_argument( + "--show-in-report", + help="Whether to include the comparison in the results file.", + default=True) download_parser = subparsers.add_parser("download", help="Downloads an artifact") download_parser.add_argument(