Augment the size of the ltlclasses benchmark.
* bench/ltlclasses/run: Augment the max size to 20. * bench/ltlcounter/run: Typo in comment.
This commit is contained in:
parent
1dd524ebce
commit
87ee1cfe7d
3 changed files with 11 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ echo "# Benching ltl2tgba_fm..."
|
|||
echo "# the following values are also saved to file 'results.fm'"
|
||||
echo "# time1 = translation time"
|
||||
echo "# time2 = exploration time"
|
||||
echo "# n, states, transitions, user time1, system time1, wall time2, user time1, system time2, wall time2"
|
||||
echo "# n, states, transitions, user time1, system time1, wall time1, user time1, system time2, wall time2"
|
||||
for n in 1 2 3 4 5 6 7 8 9 10 11 12 13; do
|
||||
$LTL2TGBA -T -ks -f "`$lcdir/LTLcounterLinear.pl $n`" >out 2>&1
|
||||
states=`sed -n 's/^states: \([0-9]*\)$/\1/p' out`
|
||||
|
|
@ -42,7 +42,7 @@ echo "# Benching ltl2tgba_lacim..."
|
|||
echo "# the following values are also saved to file 'results.lacim'"
|
||||
echo "# time1 = translation time"
|
||||
echo "# time2 = exploration time"
|
||||
echo "# n, states, transitions, user time1, system time1, wall time2, user time1, system time2, wall time2"
|
||||
echo "# n, states, transitions, user time1, system time1, wall time1, user time1, system time2, wall time2"
|
||||
for n in 1 2 3 4 5 6 7; do
|
||||
$LTL2TGBA -T -ks "`$lcdir/LTLcounterLinear.pl $n`" >out 2>&1
|
||||
states=`sed -n 's/^states: \([0-9]*\)$/\1/p' out`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue