mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-25 17:27:31 +00:00
benchmark cpu: add some more compression benchmarks
This commit is contained in:
parent
d2c22633e8
commit
77a8464a96
1 changed files with 3 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue