bench: make ltlcross and ltlclass work again
They were not updated since we moved binaries around in Spot 2.0. Let them use ltl2tgba directly. * bench/ltlclasses/plot.gnu, bench/ltlclasses/run, bench/ltlcounter/plot.gnu, bench/ltlcounter/run: Adjust.
This commit is contained in:
parent
7e7c257597
commit
98e7e4e49a
4 changed files with 43 additions and 78 deletions
|
|
@ -2,24 +2,20 @@ set terminal postscript eps enhanced color
|
|||
set ytics nomirror
|
||||
set y2tics auto
|
||||
set ylabel "states"
|
||||
set y2label "ticks"
|
||||
set y2label "seconds"
|
||||
set key left top
|
||||
|
||||
set output 'results.fm.eps'
|
||||
|
||||
plot 'results.fm' using 1:($4+$5) '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with filledcurve x1 title "Total Time" axes x1y2, \
|
||||
'results.fm' using 1:4 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
plot 'results.fm' using 1:4 '%lf,%lf,%lf,%lf' \
|
||||
with filledcurve x1 title "Translation Time" axes x1y2, \
|
||||
'results.fm' using 1:2 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
'results.fm' using 1:2 '%lf,%lf,%lf,%lf' \
|
||||
with lines title "States"
|
||||
|
||||
|
||||
set output 'results.taa.eps'
|
||||
|
||||
plot 'results.taa' using 1:($4+$5) '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with filledcurve x1 title "Total Time" axes x1y2, \
|
||||
'results.taa' using 1:4 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with filledcurve x1 title "Translation Time" axes x1y2, \
|
||||
'results.taa' using 1:2 '%lf,%lf,%lf,%lf,%*lf,%*lf,%lf,%*lf,%*lf' \
|
||||
with lines title "States"
|
||||
# set output 'results.taa.eps'
|
||||
#
|
||||
# plot 'results.taa' using 1:4 '%lf,%lf,%lf,%lf' \
|
||||
# with filledcurve x1 title "Translation Time" axes x1y2, \
|
||||
# 'results.taa' using 1:2 '%lf,%lf,%lf,%lf' \
|
||||
# with lines title "States"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue