Skip to content
Snippets Groups Projects
Commit ba184bf2 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Testes melhores

parent 5b5fe6c3
No related branches found
No related tags found
1 merge request!2Altura
Pipeline #
......@@ -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"
......
......@@ -23,7 +23,7 @@ echo $HEUR
tempo_max=120000 #120s
# tamanhos do tabuleiro
tams=(100)
tams=(64)
# lista de cores
cores=(10)
......
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