Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
go2pins
Commits
3731c123
Commit
3731c123
authored
Apr 08, 2021
by
Hugo Moreau
Browse files
Bench: Empty files fix
parent
4eafb090
Pipeline
#27334
failed with stage
in 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
benchs/Makefile
View file @
3731c123
...
...
@@ -28,7 +28,7 @@ all: ${OUTPUT_LTL} ${OUTPUT_REACH} ${OUTPUT}
${OUTPUT}
:
${LTLGLOBAL} ${REACHGLOBAL}
@
echo
"file,transpile_time, transpile_memory, states, transitions, time, memory"
>
$@
@
if
[
-f
$^
]
;
then
\
@
if
[
!
-z
$^
]
;
then
\
tail
-q
-n
+2
$^
>>
$@
;
\
fi
...
...
@@ -39,7 +39,7 @@ blackbox: ${OUTPUT_BB}
${OUTPUT_BB}
:
${LTLBB}
@
echo
"model,transpile_time,transpile_memory,states,transitions,blackbox_spot_time,blackbox_ltsmin_time"
>
$@
@
if
[
-f
$<
]
;
then
\
@
if
[
!
-z
$<
]
;
then
\
tail
-q
-n
+2
$<
>>
$@
;
\
fi
...
...
@@ -47,7 +47,8 @@ ${LTLBB}: ${LTLOUTPUT}
${OUTPUT_LTL}
:
${LTLOUTPUT}
@
echo
"model,isempty,spottime,ltsmintime,formulae"
>
$@
@
if
[
-f
$<
]
;
then
\
@
if
[
!
-z
$<
]
;
then
\
echo
here
;
\
tail
-q
-n
+2
$<
>>
$@
;
\
fi
...
...
@@ -68,7 +69,7 @@ ${LTLOUTPUT}: %-ltl/${OUTPUT_LTL}: RERS/%-ltl.go.formulae.txt RERS/%-ltl.go %-lt
${OUTPUT_REACH}
:
${REACHOUTPUT}
@
echo
"model,isempty,spottime,ltsmintime,formulae"
>
$@
@
if
[
!
-
f
$<
]
;
then
\
@
if
[
!
-
z
$<
]
;
then
\
tail
-q
-n
+2
$<
>>
$@
;
\
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment