diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-06 11:33:32 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-06 22:13:42 +0200 |
| commit | 203dd5dc4815aa59977b3f932f80cb37be006bfb (patch) | |
| tree | 5bc2997c8c24b6d548fab6786c65985845455c86 /opendc-experiments/opendc-experiments-serverless20/src/main/resources | |
| parent | c3d8d967f82f39f1ef461d5687eb68fb867336c5 (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 'opendc-experiments/opendc-experiments-serverless20/src/main/resources')
| -rw-r--r-- | opendc-experiments/opendc-experiments-serverless20/src/main/resources/application.conf | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/opendc-experiments/opendc-experiments-serverless20/src/main/resources/application.conf b/opendc-experiments/opendc-experiments-serverless20/src/main/resources/application.conf deleted file mode 100644 index a065c5d6..00000000 --- a/opendc-experiments/opendc-experiments-serverless20/src/main/resources/application.conf +++ /dev/null @@ -1,8 +0,0 @@ -# Default configuration for the serverless experiments -opendc.experiments.serverless20 { - # Path to the directory containing the serverless trace - trace-path = input/traces/serverless - - # Path to the output directory to write the results to - output-path = output -} |
