[Piglit] [ANNOUNCE] Compression support for the json backend has arrived

Dylan Baker baker.dylan.c at gmail.com
Thu Jul 9 13:39:44 PDT 2015


As of today piglit has compression support in the JSON backend (not the
junit backend).

Currently we support the following formats:
none
gz
bz2
xz

Note that xz requires either the backports.lzma package (from pip or
your favorite package manager), or that you have a working xz binary in
your path (it will try backports.lzma first, and fall back to xz), if
you don't have either xz is not supported.

bz2 is the default compression mode.

If you'd like to change, either editing a piglit.conf file or setting
the PIGLIT_COMPRESSION environment variable with one of the above values
will change the mode.

Also note, that piglit will transparently read any of these formats in
without any settings. It will not attempt to compress your results for
you, but will now handle updating compressed results automatically,
including xz compressed results.

Dylan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20150709/17c15a45/attachment.sig>


More information about the Piglit mailing list