Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 952 Bytes

File metadata and controls

34 lines (23 loc) · 952 Bytes

Flog

Install Dependencies & Run Tests

$ docker-compose up -d
$ pip install -r requirements.txt
$ pytest

App & Test Setup

2/27/20

$ ab -t 5 -c 5 http://localhost:5000/

$ waitress-serve --port=5000 server_falcon:falcon_app
$ waitress-serve --port=5000 server_flask:flask_app

$ gunicorn -b 127.0.0.1:5000 --workers=5 --worker-class=meinheld.gmeinheld.MeinheldWorker server_falcon:falcon_app
$ gunicorn -b 127.0.0.1:5000 --workers=5 --worker-class=meinheld.gmeinheld.MeinheldWorker server_flask:flask_app

Pythonwebconf

  1. Database testing configuration string