[benchmark] Allow PSM categories to be exported (#33904)

I don't personally need this, but it seems like a missed piece of
https://github.com/grpc/grpc/pull/29336
pull/33746/head^2
AJ Heller 2 years ago committed by GitHub
parent e5438767e7
commit 8082abb60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/performance/scenario_config_exporter.py

@ -188,7 +188,7 @@ def main() -> None:
argp.add_argument(
"--category",
default="all",
choices=["all", "inproc", "scalable", "smoketest", "sweep"],
choices=["all", "inproc", "scalable", "smoketest", "sweep", "psm"],
help="Select scenarios for a category of tests.",
)
argp.add_argument(

Loading…
Cancel
Save