blob: fe17be9e0e3a90aee58a8d4bb781b750d2904e7e [file] [log] [blame]
# Owner(s): ["oncall: jit"]
import sys
sys.argv.append("--jit_executor=profiling")
from test_jit import * # noqa: F403
if __name__ == '__main__':
run_tests()