klen / py-frameworks-bench

Another benchmark for some python frameworks
https://klen.github.io/py-frameworks-bench/
MIT License
709 stars 85 forks source link

Speedup Sanic, fix Makefile to be more portable, fix Dockerfile to omit pip version check #140

Closed alkorgun closed 2 years ago

alkorgun commented 2 years ago
  1. See issue #139 for Sanic speedup explanation.
  2. On my openSUSE Leap 15.3 desktop (and on any GNU/Linux host probably) host.docker.internal can't be resolved, and default Python is 2.7, so I fixed Makefile to run (hopefully) everywhere.
  3. PIP_DISABLE_PIP_VERSION_CHECK=1
klen commented 2 years ago

@alkorgun Спасибо! 🙏