diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da90b6913ab1ef3a26a088847f915f26819d9313..2d59ecad7859ee3d341bfc27b1a6ef91d0f4b000 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,8 +56,8 @@ h4-min: stage: test script: - cd tests - - sed -i -e 's/tams=()/tams=(16 32)/g' runTests.sh - - sed -i -e 's/cores=()/cores=(4 8 10)/g' runTests.sh + - sed -i -e 's/tams=()/tams=(4 8 16 32)/g' runTests.sh + - sed -i -e 's/cores=()/cores=(3 4 8 10)/g' runTests.sh - ./runTests.sh -h "./floodit_h4" - gnuplot "tempos.plot" - gnuplot "medias.plot" @@ -101,8 +101,8 @@ h6-min: stage: test script: - cd tests - - sed -i -e 's/tams=()/tams=(16 32)/g' runTests.sh - - sed -i -e 's/cores=()/cores=(4 8 10)/g' runTests.sh + - sed -i -e 's/tams=()/tams=(4 8 16 32)/g' runTests.sh + - sed -i -e 's/cores=()/cores=(3 4 8 10)/g' runTests.sh - ./runTests.sh -h "./floodit_h6" - gnuplot "tempos.plot" - gnuplot "medias.plot" diff --git a/tests/runTests.sh b/tests/runTests.sh index f6e39d9a94632b11ff3dd4297ee9d3592e0e45a7..0e38b7a29428ecf60370fe8cb771ba0e5cbfc0fe 100755 --- a/tests/runTests.sh +++ b/tests/runTests.sh @@ -23,7 +23,7 @@ echo $HEUR tempo_max=120000 #120s # tamanhos do tabuleiro -tams=(100) +tams=(64) # lista de cores cores=(10)