remove option of json as rocprofv3's intermediate file to avoid test failures of outdated code (#1474)

This commit is contained in:
ywang103-amd
2025-10-23 09:33:54 -04:00
committato da GitHub
parent 30bcf123a8
commit ee805d1014
@@ -341,7 +341,7 @@ Examples:
required=False,
metavar="",
dest="format_rocprof_output",
choices=["json", "csv", "rocpd"],
choices=["csv", "rocpd"],
default="csv",
help="\t\t\tSet the format of output file of rocprof.",
)