Started stress testing script [CI SKIP]

This commit is contained in:
Jef Roosens 2022-01-30 14:13:37 +01:00
parent ae579f83b5
commit 4c56351132
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30
5 changed files with 136 additions and 7 deletions

View file

@ -12,6 +12,9 @@ fn C.archive_read_new() &C.archive
// Configure the archive to work with zstd compression
fn C.archive_read_support_filter_zstd(&C.archive)
// Configure the archive to work with gzip compression
fn C.archive_read_support_filter_gzip(&C.archive)
// Configure the archive to work with a tarball content
fn C.archive_read_support_format_tar(&C.archive)