summaryrefslogtreecommitdiff
path: root/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-06 11:33:32 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2022-05-06 22:13:42 +0200
commit203dd5dc4815aa59977b3f932f80cb37be006bfb (patch)
tree5bc2997c8c24b6d548fab6786c65985845455c86 /settings.gradle.kts
parentc3d8d967f82f39f1ef461d5687eb68fb867336c5 (diff)
feat(faas): Add helper tools for FaaS simulations
This change adds a new module, opendc-faas-workload that contains helper code for constructing simulations of FaaS-based workloads using OpenDC. In addition, we add an integration test that demonstrates the capabilities of the helper tool and the FaaS platform of OpenDC.
Diffstat (limited to 'settings.gradle.kts')
-rw-r--r--settings.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.gradle.kts b/settings.gradle.kts
index f651f4c1..6198b2ae 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -32,8 +32,8 @@ include(":opendc-workflow:opendc-workflow-workload")
include(":opendc-faas:opendc-faas-api")
include(":opendc-faas:opendc-faas-service")
include(":opendc-faas:opendc-faas-simulator")
+include(":opendc-faas:opendc-faas-workload")
include(":opendc-experiments:opendc-experiments-capelin")
-include(":opendc-experiments:opendc-experiments-serverless20")
include(":opendc-experiments:opendc-experiments-tf20")
include(":opendc-web:opendc-web-proto")
include(":opendc-web:opendc-web-api")