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
148 stars 66 forks source link

Standardize invocation output #68

Open mcopik opened 3 years ago

mcopik commented 3 years ago

Currently the behaviour of sync/async for HTTP and library triggers is different: one returns output with a failure and the other throws an exception. They should be consistent.

Same applies to new triggers (storage).

mcopik commented 3 months ago

This should be updated after merging #173 and #201. We need a consistent interface for sync/async, and we need to handle properly success & failure returns.