mmathys / experiment-base

Common infrastructure and plotting tools for experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Faabric Experiments

This repo contains the shared infrastructure for experiments related to Faasm and Faabric.

To run all the experiments, you'll need to set up a Kubernetes cluster in a cloud provider or locally:

Setup

git submodule update --init

# Install the python dependencies
source bin/workon.sh
pip3 install -U pip
pip3 install -r requirements.txt

# List available tasks
inv -l

About

Common infrastructure and plotting tools for experiments.

License:Apache License 2.0


Languages

Language:Python 94.6%Language:Shell 5.4%