From 4857ad86b337b8125715329a05971b9bd10a56fa Mon Sep 17 00:00:00 2001 From: francois141 <47925812+francois141@users.noreply.github.com> Date: Sun, 23 Feb 2025 00:08:49 +0100 Subject: [PATCH] Fix badges --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 5d8cf728..226d009f 100644 --- a/readme.md +++ b/readme.md @@ -12,8 +12,8 @@ at ETH Zürich
-[](https://github.com/eth-easl/modyn/actions/workflows/workflow.yaml) -[](https://img.shields.io/github/license/eth-easl/modyn) +[](https://github.com/eth-easl/modyn/actions/workflows/workflow.yaml) +[](https://img.shields.io/github/license/eth-easl/dirigent) ---Dirigent is a lightweight cluster manager for FaaS that aims to solve performance issues of existing FaaS platforms. It is a clean-slate system architecture for FaaS orchestration based on three key principles. First, Dirigent optimizes internal cluster manager abstractions to simplify state management. Second, it eliminates persistent state updates on the critical path of function invocations, leveraging the fact that FaaS abstracts sandboxes from users to relax exact state reconstruction guarantees. Finally, Dirigent runs monolithic control and data planes to minimize internal communication overheads and maximize throughput. The architecture of Dirigent is shown on the picture below. Our performance study reveals that compared to current state-of-the-art platforms Dirigent reduces 99th percentile per-function scheduling latency for a production workload by 2.79x compared to AWS Lambda and can spin up 2500 sandboxes per second at low latency, which is 1250x more than with Knative.