(cmdline_args, pgo_extended: bool)
| 50 | ] |
| 51 | |
| 52 | def setup_pgo_tests(cmdline_args, pgo_extended: bool) -> None: |
| 53 | if not cmdline_args and not pgo_extended: |
| 54 | # run default set of tests for PGO training |
| 55 | cmdline_args[:] = PGO_TESTS[:] |
no outgoing calls
no test coverage detected
searching dependent graphs…