When running from a virtual environment shell on Windows 10 (2004):
pipenv run python speed_test.py
I got this warning:
WARNING: unable to increase process priority for each process and one extra for each runner.timeit() call.
Figured out that it is because psutil is missing in package dependencies.