-
Notifications
You must be signed in to change notification settings - Fork 10
Azure Benchmarking
Theodor Amariucai edited this page Dec 6, 2021
·
7 revisions
- Fetch the deployment branch of STeLLAR, containing the binary as well as other useful configuration files.
git clone --single-branch --branch deployment https://github.com/ease-lab/STeLLAR.git
- Perform some basic update operations, as well as install useful tools (e.g., tmux).
cd vhive-bench/scripts/linux && bash setup.sh
cd aws && bash setup.sh
- In Azure Functions, functions have to be deployed in separate Function Apps for cold-start measurements to work. Hypothesis: this is because as soon as a function in a Function App is invoked, all functions in that Function App are brought back into memory.