[Qa-jenkins-dev] Bug#859254: Please make reproducible.json available via rsync
Holger Levsen
holger at layer-acht.org
Mon Apr 3 11:16:39 UTC 2017
On Sat, Apr 01, 2017 at 07:20:12PM +0100, Chris Lamb wrote:
> > my quick tests show that `bzip -9` produces the smallest file.
it also takes 17 times as long as using gzip:
$ cp reproducible.json test.json
$ time bzip2 test.json
real 0m17.940s
user 0m17.824s
sys 0m0.092s
$ cp reproducible.json test.json
$ time gzip test.json
real 0m1.117s
user 0m1.012s
sys 0m0.100s
but, yeah 1207527 bytes for test.json.bz2, while 2130658 for test.json.gz…
so I guess that's pretty relevant here…
> +import bz2
> + (bz2.BZ2File, REPRODUCIBLE_JSON + '.bz2'),
that uses just one core, right?
and, as said on irc: please push the branch…
--
cheers,
Holger
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 811 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/qa-jenkins-dev/attachments/20170403/e6f4ddbf/attachment.sig>
More information about the Qa-jenkins-dev
mailing list