dtgbasat: rename all.log into all.csv

In order to match the tarballs of the FORTE'14 paper.

* bench/dtgbasat/stats.sh, bench/dtgbasat/README: Here.
This commit is contained in:
Alexandre Duret-Lutz 2016-10-14 16:05:35 +02:00
parent 70fa739fd1
commit 497710ecc2
2 changed files with 3 additions and 3 deletions

View file

@ -59,14 +59,14 @@ To reproduce, follow these instructions:
% make -j4 -f stat.mk % make -j4 -f stat.mk
This will build a CSV file called "all.log". This will build a CSV file called "all.csv".
10) You may generate LaTeX code for the tables with the scripts: 10) You may generate LaTeX code for the tables with the scripts:
- tabl.pl: Full data. - tabl.pl: Full data.
- tabl1.pl, tabl2.pl, tabl3.pl, tabl4.pl: Partial tables as shown - tabl1.pl, tabl2.pl, tabl3.pl, tabl4.pl: Partial tables as shown
in the paper. in the paper.
All these script takes the CSV file all.log as first argument, and All these script takes the CSV file all.csv as first argument, and
output LaTeX to their standard output. output LaTeX to their standard output.

View file

@ -34,7 +34,7 @@ done < info.ltl
cat > stats.mk <<EOF cat > stats.mk <<EOF
ALL = $all ALL = $all
all.log: \$(ALL) all.csv: \$(ALL)
cat \$(ALL) >\$@ cat \$(ALL) >\$@
EOF EOF
cat stats.tmp >> stats.mk cat stats.tmp >> stats.mk