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