Sign in
android
/
platform
/
external
/
python
/
setuptools
/
41c985254e1452b7c85acee738f4f450f918d493
/
.
/
exercises.py
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'
])