diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-04 21:43:46 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-05-05 12:12:30 +0200 |
| commit | ad65a05e3f41850807f95f7d643496a4d39a6197 (patch) | |
| tree | 238b0fc83a5836d3fc08e3e888cec298eb8e8cd1 /opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf | |
| parent | 6466d5e1b8da4582434f02dff2ab56e8f736ef85 (diff) | |
exp: Add support for experiment configuration
This change adds support for configuring the experiments via
configuration files using the TypeSafe config library. In the future, we
will also integrate support for configuration into the harness.
Diffstat (limited to 'opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf')
| -rw-r--r-- | opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf | 8 |
1 files changed, 8 insertions, 0 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 new file mode 100644 index 00000000..3e011862 --- /dev/null +++ b/opendc-experiments/opendc-experiments-energy21/src/main/resources/application.conf @@ -0,0 +1,8 @@ +# 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 +} |
