diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-14 12:52:17 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-09-17 16:48:02 +0200 |
| commit | 7960791430b0536df4704493c01d32e38f37f022 (patch) | |
| tree | bdfd25bd72c971d2f9c094f646b6b2e982cca2cc /opendc-experiments/opendc-experiments-energy21/src/main/resources | |
| parent | 144d9d0c118097900c086b7fb8b1cf22a788592b (diff) | |
refactor(experiments): Remove energy experiments shell
This change removes the energy experiments. The experiments only
provided a setup for the original experiments and is not able to
reproduce the results without further worker.
Diffstat (limited to 'opendc-experiments/opendc-experiments-energy21/src/main/resources')
| -rw-r--r-- | opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf b/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf deleted file mode 100644 index 263da0fe..00000000 --- a/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf +++ /dev/null @@ -1,14 +0,0 @@ -# Default configuration for the energy experiments -opendc.experiments.energy21 { - # Path to the directory containing the input traces - trace-path = input/traces - - # Path to the output directory to write the results to - output-path = output -} - -opendc.experiments.capelin { - env-path = input/environments/ - trace-path = input/traces/ - output-path = output -} |
