You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Prints the final stats in JSON format to stdout. Useful for parsing the results in other programs/scripts. Use together with --headless and --skip-log for an output only with the json data.",
682
682
)
683
+
stats_group.add_argument(
684
+
"--exclude-from-aggregation",
685
+
type=str,
686
+
metavar="<str>",
687
+
default="",
688
+
dest="exclude_from_aggregation",
689
+
env_var="LOCUST_EXCLUDE_FROM_AGGREGATION",
690
+
help="Exclude from \"Aggregated\" stats matching method or name. Regexp is allowed.",
0 commit comments