Skip to content

Latest commit

 

History

History

README.md

Experiments

In this section, we present the experimentation results for performance modeling of serverless computing platforms.

Setting Up

# In the root of the repository:

# Create a virtual environment
virtualenv -p python3.6 venv

# Activate the virtual environment
source venv/bin/activate
cd experiments
python EXPERIMENTATION_FILE.py