From 2799d3319ff39570b43eec435327f44e7b573611 Mon Sep 17 00:00:00 2001 From: David Georg Reichelt <davidgeorg_reichelt@dagere.de> Date: Tue, 31 Aug 2021 11:15:41 +0200 Subject: [PATCH] Adapt README to changed Kieker folder structure --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9d1717..f2f32cc 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,9 @@ Initially, the following steps are required: 1. Make sure, that you've installed R (http://www.r-project.org/) to generate the results , awk to install intermediate results and curl to download processing tools (Ubuntu: `sudo apt install r-base gawk curl`). 2. Compile the application by calling `./gradlew assemble` in the main folder. -All experiments are started with the provided "External Controller" scripts. The following scripts are available -* for Kieker: In `frameworks/Kieker/scripts/benchmark.sh` for regular execution and `frameworks/Kieker/scripts/runExponentialSizes.sh` for execution of different call tree depth sizes -* for OpenTelemetry: `frameworks/OpenTelemetry/benchmark.sh` for regular execution and `frameworks/OpenTelemetry/runExponentialSizes.sh` for execution of different call tree depth sizes -* for inspectIT: `frameworks/inspectIT/benchmark.sh` for regular execution and `frameworks/inspectIT/runExponentialSizes.sh` for execution of different call tree depth sizes +All experiments are started with the provided "External Controller" scripts. The following scripts are available for every framework ($FRAMEWORK): +* In `frameworks/$FRAMEWORK/benchmark.sh` a script is provided for regular execution (with default parameters) +* In `frameworks/$FRAMEWORK/runExponentialSizes.sh` a script is provided for execution with different call tree depth sizes (exponentially growing from 2) Each scripts will start different factorial experiments (started `$NUM_OF_LOOPS` times for repeatability), which will be: - baseline execution -- GitLab