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

Also fix workflows

parent 19dbaac8
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10
./benchmark.sh
unzip results/results.zip
unzip results-inspectIT-java/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ]
then
......
......@@ -36,7 +36,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10
./benchmark.sh
unzip results/results.zip
unzip results-Kieker-java/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ]
then
......
......@@ -33,7 +33,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10
./benchmark.sh
unzip results/results.zip
unzip results-Kieker-python/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 90 ]
then
......
......@@ -33,7 +33,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10
./benchmark.sh
unzip results/results.zip
unzip results-OpenTelemetry-java/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 40 ]
then
......
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