comparison tests/test-narrow-clone-stream.t @ 46874:84a93fa7ecfd

revlog-compression: use zstd by default (if available) As see in changeset bb271ec2fbfb, zstd is 20% to 50% faster for reading and writing. Use take advantage of the new config behavior to try zstd by default, falling back to zlib is zstd is not available on that plateform. Differential Revision: https://phab.mercurial-scm.org/D10326
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 06 Apr 2021 18:55:19 +0200
parents 5c2a4f37eace
children cc3ad5c3af3b
comparison
equal deleted inserted replaced
46873:0abf5eba0042 46874:84a93fa7ecfd
66 dotencode (flat-fncache !) 66 dotencode (flat-fncache !)
67 fncache (tree !) 67 fncache (tree !)
68 fncache (flat-fncache !) 68 fncache (flat-fncache !)
69 generaldelta 69 generaldelta
70 narrowhg-experimental 70 narrowhg-experimental
71 revlog-compression-zstd (zstd !)
71 revlogv1 72 revlogv1
72 sparserevlog 73 sparserevlog
73 store 74 store
74 treemanifest (tree !) 75 treemanifest (tree !)
75 76