diff --git a/README.md b/README.md index b9d17170a43a4e3390987bdf8636af60c1fe6484..f2f32ccca45cb369c0117299c035c8512b866500 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