Commit Graph

6 Commits

Author SHA1 Message Date
Lauro Moura 908c95ba85 Add a column with average value of input files.
Gather the averages of the non-reference files.
2019-04-24 16:07:50 -03:00
Lauro Moura a873c115e0 Print correctly the first filename
It was not splitting the extension
2019-04-24 15:36:13 -03:00
Lauro Moura 5f0cc9df1d 2to3 modifications to expedite-cmp
Summary: Make expedite-cmp runnable with py3

Reviewers: cedric, bu5hm4n, zmike

Differential Revision: https://phab.enlightenment.org/D8700
2019-04-24 11:48:30 -03:00
Gustavo Sverzut Barbieri 1216d02d7f more terminals support color.
SVN revision: 49104
2010-05-21 15:13:16 +00:00
Gustavo Sverzut Barbieri 251a120ed3 better reports
SVN revision: 43663
2009-11-13 14:16:48 +00:00
Gustavo Sverzut Barbieri 45b90e26e2 Add expedite-cmp to create nice comparison tables for expedite results.
Python script that outputs both console and html comparison
sheets/table for results, a good run is:

   expedite -e x11 -a > expedite-x11.log
   expedite -e xr -a > expedite-xr.log
   expedite -e gl -a > expedite-gl.log

   # text, with colors!
   expedite-cmp -p expedite-x11.log expedite-xr.log expedite-gl.log

   # html
   expedite-cmp -p -r html expedite-x11.log expedite-xr.log expedite-gl.log > expedite-cmp.html




SVN revision: 38553
2009-01-12 15:36:37 +00:00