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

Merge pull request #6610 from ThomasWaldmann/more-benchmarks-master

benchmark cpu: add some more compression benchmarks
This commit is contained in:
TW 2022-04-17 01:59:17 +02:00 committed by GitHub
commit f766a21fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',