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

Check for right result count after no default logging execution

parent d505306c
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ jobs:
./benchmark.sh
unzip results/results.zip
measuredValues=$(cat raw-1-10-* | wc -l)
if [ $measuredValues -ne 50 ]
if [ $measuredValues -ne 40 ]
then
echo "It should be 50 measured values, but was $measuredValues"
exit 1
......
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