forked from vieter-v/vieter
Started stress testing script [CI SKIP]
This commit is contained in:
parent
ae579f83b5
commit
4c56351132
5 changed files with 136 additions and 7 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue