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

Show currently running benchmark

parent ac15bf9e
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ cd "${BASE_DIR}" ...@@ -20,6 +20,7 @@ cd "${BASE_DIR}"
start=$(pwd) start=$(pwd)
for benchmark in inspectIT-java OpenTelemetry-java Kieker-java for benchmark in inspectIT-java OpenTelemetry-java Kieker-java
do do
echo "Running $benchmark"
cd "${benchmark}" cd "${benchmark}"
./benchmark.sh &> "${start}/log_${benchmark}.txt" ./benchmark.sh &> "${start}/log_${benchmark}.txt"
cd "${start}" cd "${start}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment