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

Add script for running all frameworks at once

parent c2b97e92
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
echo "This scripts benchmarks all defined monitoring frameworks, currently InspectIT, Kieker and OpenTelemetry"
start=$(pwd)
for benchmark in inspectIT OpenTelemetry
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