From d431cea8b220cc50c623e37be9595025125438f5 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 6 May 2022 12:54:45 +0200 Subject: 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. --- .../opendc-experiments-capelin/src/main/resources/application.conf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 opendc-experiments/opendc-experiments-capelin/src/main/resources/application.conf (limited to 'opendc-experiments/opendc-experiments-capelin/src/main/resources/application.conf') 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 -} -- cgit v1.2.3