spcl / serverless-benchmarks

SeBS: serverless benchmarking suite for automatic performance analysis of FaaS platforms.
https://mcopik.github.io/projects/sebs/
BSD 3-Clause "New" or "Revised" License
150 stars 68 forks source link

Workflows #88

Open lbrndnr opened 2 years ago

lbrndnr commented 2 years ago

This branch implements basic support for workflow executions on all platforms To do:

lbrndnr commented 2 years ago

@mcopik finally managed to lint the source code correctly. Didn't implement the local workflow deployment, as discussed. Have a look and let me know what you think :) Ah note that the current implementation does not automatically setup a redis host, I figured this was too cumbersome. Shall I add an installation note on the redis requirements in order for the workflow experiments to work?

lbrndnr commented 2 years ago

I have added documentations on the workflow definition as well as the redis installation.