diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-06 12:54:45 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-05-06 22:13:43 +0200 |
| commit | d431cea8b220cc50c623e37be9595025125438f5 (patch) | |
| tree | 421f6cd873489ea2d8c1b887a2e3cf1592937f1e /opendc-experiments/opendc-experiments-capelin/src/main/resources/application.conf | |
| parent | 183c29d907bc231c93ff5fe525040c931776b567 (diff) | |
refactor(exp/capelin): Add independent Capelin distribution
This change updates the Capelin experiments so it can be distributed and
executed independently of the main OpenDC distribution. We provide a new
command line interface for users to directly run the experiments.
Alternatively, the `CapelinRunner` class encapsulates the logic for
running the experiments and can be used programmatically.
Diffstat (limited to 'opendc-experiments/opendc-experiments-capelin/src/main/resources/application.conf')
| -rw-r--r-- | opendc-experiments/opendc-experiments-capelin/src/main/resources/application.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/opendc-experiments/opendc-experiments-capelin/src/main/resources/application.conf b/opendc-experiments/opendc-experiments-capelin/src/main/resources/application.conf deleted file mode 100644 index f0e0f2d3..00000000 --- a/opendc-experiments/opendc-experiments-capelin/src/main/resources/application.conf +++ /dev/null @@ -1,6 +0,0 @@ -# Default configuration for the Capelin experiments -opendc.experiments.capelin { - env-path = input/environments/ - trace-path = input/traces/ - output-path = output -} |
