Skip to content
Snippets Groups Projects
Commit ccad3b90 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Do not use separate Kieker scripts folder in runAll.sh

parent bb401378
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,10 @@ ...@@ -2,13 +2,10 @@
echo "This scripts benchmarks all defined monitoring frameworks, currently InspectIT, Kieker and OpenTelemetry" echo "This scripts benchmarks all defined monitoring frameworks, currently InspectIT, Kieker and OpenTelemetry"
start=$(pwd) start=$(pwd)
for benchmark in inspectIT OpenTelemetry for benchmark in inspectIT OpenTelemetry Kieker
do do
cd $benchmark cd $benchmark
./benchmark.sh &> $start/log_$benchmark.txt ./benchmark.sh &> $start/log_$benchmark.txt
cd $start cd $start
done done
cd Kieker/scripts
./benchmark.sh &> $start/log_Kieker.txt
cd $start
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment