From 5a365dbc068f2a8cdfa9813c39cc84bb30e15637 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Fri, 25 Oct 2024 13:32:41 +0200 Subject: Rewrote the FlowEngine (#256) * Removed unused components. Updated tests. Improved checkpointing model Improved model, started with SimPowerSource implemented FailureModels and Checkpointing First working version midway commit first update All simulation are now run with a single CPU and single MemoryUnit. multi CPUs are combined into one. This is for performance and explainability. * fixed merge conflicts * Updated M3SA paths. * Fixed small typo --- opendc-faas/README.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 opendc-faas/README.md (limited to 'opendc-faas/README.md') diff --git a/opendc-faas/README.md b/opendc-faas/README.md deleted file mode 100644 index fe6e5b80..00000000 --- a/opendc-faas/README.md +++ /dev/null @@ -1,7 +0,0 @@ -OpenDC FaaS -================= - -This module contains a reproduction of Soufiane Jounaid's BSc Computer Science thesis: -OpenDC Serverless: Design, Implementation and Evaluation of a FaaS Platform Simulator [1] - -[1] https://drive.google.com/file/d/12hox3PwagpD0jNFA57tO4r2HqvOonkY3/view?usp=sharing -- cgit v1.2.3