🤖 AI Summary
Existing serverless workflow platforms exhibit significant disparities in programming models and infrastructure, undermining fairness and consistency in cross-platform performance evaluation.
Method: We introduce the first platform-agnostic serverless workflow benchmark suite, featuring a unified workflow modeling methodology that encompasses six real-world applications and four microbenchmarks representing distinct computational patterns. The suite integrates standardized workflow descriptions, multi-cloud deployment adapters, end-to-end monitoring, and cost modeling.
Contribution/Results: We systematically evaluate performance, cost, scalability, and runtime deviation across AWS, Azure, and GCP. Our open-source implementation enables reproducible, comparable benchmarking, establishing a community standard for fair, cross-platform evaluation—thereby addressing a critical gap in serverless workflow research and practice.
📝 Abstract
Serverless computing has emerged as a prominent paradigm, with a significant adoption rate among cloud customers. While this model offers advantages such as abstraction from the deployment and resource scheduling, it also poses limitations in handling complex use cases due to the restricted nature of individual functions. Serverless workflows address this limitation by orchestrating multiple functions into a cohesive application. However, existing serverless workflow platforms exhibit significant differences in their programming models and infrastructure, making fair and consistent performance evaluations difficult in practice. To address this gap, we propose the first serverless workflow benchmarking suite SeBS-Flow, providing a platform-agnostic workflow model that enables consistent benchmarking across various platforms. SeBS-Flow includes six real-world application benchmarks and four microbenchmarks representing different computational patterns. We conduct comprehensive evaluations on three major cloud platforms, assessing performance, cost, scalability, and runtime deviations. We make our benchmark suite open-source, enabling rigorous and comparable evaluations of serverless workflows over time.