ping
On Fri, May 29, 2015 at 02:43:31PM -0700, Dylan Baker wrote: > This series adds a framework for compressing results files with builtin > python compression methods. The end result is that gzip is now > supported, in addition to plain, uncompressed files in the json backend. > JUnit does not support compression, so it's not opted it. > > This should also make adding more compression methods (say xz in > python3), a trivial couple of lines of code > > Dylan Baker (2): > framework: Add ability to set a compression method on file backends > framework: add support for gzip compression for json results files > > framework/backends/__init__.py | 34 ++++--- > framework/backends/abstract.py | 49 ++++++++-- > framework/backends/json.py | 62 ++++++------ > framework/tests/json_backend_tests.py | 135 > +++++++++++++++++++++++---- > framework/tests/json_results_update_tests.py | 7 +- > framework/tests/json_tests.py | 4 +- > framework/tests/utils.py | 58 ++++++++++-- > piglit.conf.example | 7 +- > 8 files changed, 279 insertions(+), 77 deletions(-) > > -- > 2.4.2 >
signature.asc
Description: Digital signature
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
