fission-workflows icon indicating copy to clipboard operation
fission-workflows copied to clipboard

Benchmark tool

Open erwinvaneyk opened this issue 7 years ago • 1 comments

In order to account for some of the requirements of this project: performance, scalability, reliability. A simple benchmark is needed. As the workflow engine is not different from any other Fission function, this benchmark tool should easily be generalizable for any Fission function (some prior work of before my internship exists for this)

Functionality:

  • Given some workflow/function definitions, automatically upload them to Fission
  • Given some parameters (or even trace data) execute invoke workflows.
  • Record (user-level) statistics.

erwinvaneyk avatar Aug 07 '17 02:08 erwinvaneyk

Check out the fission-benchmark project: https://github.com/yqf3139/fission-benchmark

soamvasani avatar Aug 07 '17 18:08 soamvasani