Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Enchente
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vytor Calixto
Enchente
Commits
a43643b0
There was a problem fetching the pipeline summary.
Commit
a43643b0
authored
7 years ago
by
Vytor Calixto
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of gitlab.c3sl.ufpr.br:vsbc14/enchente into develop
Conflicts: tests/runTests.sh
parents
bc871090
8722e9ef
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/runTests.sh
+3
-0
3 additions, 0 deletions
tests/runTests.sh
with
3 additions
and
0 deletions
tests/runTests.sh
+
3
−
0
View file @
a43643b0
...
@@ -87,6 +87,7 @@ do
...
@@ -87,6 +87,7 @@ do
echo
-ne
"
${
RED
}
Nossa resposta para
${
i
}
${
i
}
${
cor
}
${
semente
}
não é válida!!!
${
NC
}
\n\n
"
echo
-ne
"
${
RED
}
Nossa resposta para
${
i
}
${
i
}
${
cor
}
${
semente
}
não é válida!!!
${
NC
}
\n\n
"
fi
fi
VIT
=
$((
$VIT
+
1
))
VIT
=
$((
$VIT
+
1
))
fi
fi
# tempo em segundos
# tempo em segundos
S
=
$((
$T_gasto
/
1000000000
))
S
=
$((
$T_gasto
/
1000000000
))
...
@@ -104,6 +105,7 @@ do
...
@@ -104,6 +105,7 @@ do
echo
-ne
"Tabuleiro
${
i
}
x
${
i
}
com
${
cor
}
cores: (
${
j
}
/
${
N_TESTES
}
) (T max:
$((
$T_max_cor
/
1000000000
))
."
echo
-ne
"Tabuleiro
${
i
}
x
${
i
}
com
${
cor
}
cores: (
${
j
}
/
${
N_TESTES
}
) (T max:
$((
$T_max_cor
/
1000000000
))
."
printf
"%03d"
$((
$T_max_cor
/
1000000
%
1000
))
printf
"%03d"
$((
$T_max_cor
/
1000000
%
1000
))
echo
-ne
") (
${
GREEN
}${
VIT
}${
NC
}
/
${
BLUE
}${
EMP
}${
NC
}
/
${
RED
}${
DER
}${
NC
}
)"
\\
r
echo
-ne
") (
${
GREEN
}${
VIT
}${
NC
}
/
${
BLUE
}${
EMP
}${
NC
}
/
${
RED
}${
DER
}${
NC
}
)"
\\
r
done
done
T_medio_cor
=
$((
$T_soma_cor
/
${
N_TESTES
}))
T_medio_cor
=
$((
$T_soma_cor
/
${
N_TESTES
}))
S_medio_cor
=
$((
$T_medio_cor
/
1000000000
))
S_medio_cor
=
$((
$T_medio_cor
/
1000000000
))
...
@@ -130,3 +132,4 @@ if [ ${fs} -gt "1" ]; then
...
@@ -130,3 +132,4 @@ if [ ${fs} -gt "1" ]; then
else
else
echo
-e
"
${
GREEN
}
Nenhum tabuleiro perdeu para as outras heurísticas
${
NC
}
"
echo
-e
"
${
GREEN
}
Nenhum tabuleiro perdeu para as outras heurísticas
${
NC
}
"
fi
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment