With python3: ``` time ./test-run.py sql/ --force ``` Result: ``` real 0m36.403s user 1m15.925s sys 0m17.432s ``` With python2: ``` python2 time ./test-run.py sql/ --force ``` Result: ``` real 0m12.975s user 0m45.623s sys 0m16.097s ```