1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 09:19:31 +00:00

benchmark cpu: add some more compression benchmarks

This commit is contained in:
Thomas Waldmann 2022-04-17 00:25:28 +02:00
parent d2c22633e8
commit 77a8464a96

View file

@ -632,6 +632,9 @@ def chunkit(chunker_name, *args, **kwargs):
'lz4',
'zstd,1',
'zstd,3',
'zstd,5',
'zstd,10',
'zstd,16',
'zstd,22',
'zlib,0',
'zlib,6',