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
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-inspectIT-java/results.zip
unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ]
then
......
......@@ -35,7 +35,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10
./benchmark.sh
unzip results-Kieker-java/results.zip
unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 60 ]
then
......
......@@ -32,7 +32,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10
./benchmark.sh
unzip results-Kieker-python/results.zip
unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ]
then
......
......@@ -32,7 +32,7 @@ jobs:
export TOTAL_NUM_OF_CALLS=10
export RECURSION_DEPTH=10
./benchmark.sh
unzip results-OpenTelemetry-java/results.zip
unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ]
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