This is a repository for investigating the overhead of the Flask-MonitoringDashboard.
Make sure that you've installed docker. Furthermore, install the right Python packages using:
pip install -r requirements.txt
Run the following command for executing the script:
./deploy.sh
The Flask application is deployed within a Docker-image.
This tries to produce two equivalent execution environments. In one environment the Dashboard is included, in the other it is not.
The difference in results is assumed to be due to the Dashboard.