From ba184bf20658dbd318dd61aadaf79223e25a1235 Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Sun, 18 Jun 2017 13:49:42 -0300 Subject: [PATCH] Testes melhores --- .gitlab-ci.yml | 8 ++++---- tests/runTests.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da90b69..2d59eca 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 f6e39d9..0e38b7a 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) -- GitLab