summaryrefslogtreecommitdiff
path: root/opendc-experiments/opendc-experiments-energy21/src/main/resources
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-09-14 12:52:17 +0200
committerFabian Mastenbroek <mail.fabianm@gmail.com>2021-09-17 16:48:02 +0200
commit7960791430b0536df4704493c01d32e38f37f022 (patch)
treebdfd25bd72c971d2f9c094f646b6b2e982cca2cc /opendc-experiments/opendc-experiments-energy21/src/main/resources
parent144d9d0c118097900c086b7fb8b1cf22a788592b (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.conf14
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
-}