defl/tests.old/importTime.sh

6 lines
132 B
Bash
Raw Permalink Normal View History

2025-04-28 14:44:03 -04:00
time python -c 'import sys'
time python -c 'for i in range(9_999_999):import sys'
# (1.264-.07)/9_999_999
# 1.1940001194000118e-07