Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cool
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hans-Peter Deifel
cool
Commits
9c4c274b
Commit
9c4c274b
authored
11 years ago
by
Thorsten Wißmann
Browse files
Options
Downloads
Patches
Plain Diff
Improve testscripts
parent
ed7be8e6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/scripts/dotestGML.sh
+22
-19
22 additions, 19 deletions
benchmarks/scripts/dotestGML.sh
benchmarks/scripts/dotestK.sh
+3
-0
3 additions, 0 deletions
benchmarks/scripts/dotestK.sh
with
25 additions
and
19 deletions
benchmarks/scripts/dotestGML.sh
+
22
−
19
View file @
9c4c274b
#!/bin/bash
logic
=
GML
dir
=
$HOME
/.www/cool/noon/
while
sleep
0.1
;
do
ulimit
-S
-m
6000000
ulimit
-H
-m
6000000
for
T
in
{
0..2
}
;
do
for
d
in
{
6..10
}
;
do
echo
echo
"=== d=
$d
==="
~/git/cool-solver/randcool/dist/build/randcool/randcool
\
-G
\
--modal-depth-tbox
2
-T
0
-n
2
\
--max-conjuncts
6
\
--max-disjuncts
6
\
-d
$d
\
>
input
./coalgcompare
--timeout
300 generic
$logic
< input |
tee
-a
${
logic
}
-d
${
d
}
-T
${
T
}
done
done
while
sleep
0.2
;
do
for
T
in
0 1 2
;
do
for
d
in
{
3..15
}
;
do
echo
echo
"=== d=
$d
T=
$T
==="
~/git/cool-solver/randcool/dist/build/randcool/randcool
\
-G
\
--no-toplevel-disj-form
\
--no-toplevel-conj-tbox
\
--modal-depth-tbox
2
-T
0
-n
2
\
--max-conjuncts
6
\
--max-disjuncts
6
\
-d
$d
\
>
input
./coalgcompare
--timeout
300 genericGML < input
\
|
tee
-a
$dir
/GML-d
${
d
}
-T
${
T
}
.
${
HOSTNAME
}
\
||
break
done
done
done
This diff is collapsed.
Click to expand it.
benchmarks/scripts/dotestK.sh
+
3
−
0
View file @
9c4c274b
...
...
@@ -2,6 +2,9 @@
dir
=
$HOME
/.www/cool/noon/
ulimit
-S
-m
6000000
ulimit
-H
-m
6000000
while
sleep
0.2
;
do
for
T
in
5
;
do
for
d
in
{
8..15
}
;
do
...
...
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