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 @@
echo "This scripts benchmarks all defined monitoring frameworks, currently InspectIT, Kieker and OpenTelemetry"
start=$(pwd)
for benchmark in inspectIT OpenTelemetry
for benchmark in inspectIT OpenTelemetry Kieker
do
cd $benchmark
./benchmark.sh &> $start/log_$benchmark.txt
cd $start
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.
Finish editing this message first!
Please register or to comment