Skip to content
Snippets Groups Projects
Commit 2c16a627 authored by Reiner Jung's avatar Reiner Jung
Browse files

Updated paths in github test scripts.

parent 98cf1727
Branches
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10 export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10 export RECURSION_DEPTH=10
./benchmark.sh ./benchmark.sh
unzip results-inspectIT-java/results.zip unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l) measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ] if [ $measuredValues -ne 50 ]
then then
......
...@@ -35,7 +35,7 @@ jobs: ...@@ -35,7 +35,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10 export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10 export RECURSION_DEPTH=10
./benchmark.sh ./benchmark.sh
unzip results-Kieker-java/results.zip unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l) measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 60 ] if [ $measuredValues -ne 60 ]
then then
......
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10 export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10 export RECURSION_DEPTH=10
./benchmark.sh ./benchmark.sh
unzip results-Kieker-python/results.zip unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l) measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ] if [ $measuredValues -ne 50 ]
then then
......
...@@ -32,7 +32,7 @@ jobs: ...@@ -32,7 +32,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10 export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10 export RECURSION_DEPTH=10
./benchmark.sh ./benchmark.sh
unzip results-OpenTelemetry-java/results.zip unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l) measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ] if [ $measuredValues -ne 50 ]
then then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment