android13/external/python/setuptools/exercises.py

7 lines
163 B
Python

def measure_startup_perf():
# run by pytest_perf
import subprocess
import sys # end warmup
subprocess.check_call([sys.executable, '-c', 'pass'])