Skip to content

Commit

Permalink
updated tar z collector archives
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-aladev committed Aug 26, 2019
1 parent 0f51fab commit 6b5d28b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Re-test archives:
./bin/test_archives.sh
```

This test will decompress and re-compress more than 8500 unique archives in all possible combinations of dictionaries and lzws options.
This test will decompress and re-compress more than 9000 unique archives in all possible combinations of dictionaries and lzws options.
It will take a week on modern CPU (there are many large archives).
Test will be successful if file [volatile_archives.xz](scripts/tar-z-collector/data/volatile_archives.xz) will be empty.
Volatile archives means the list of archives that lzws/ncompress can process, but ncompress/lzws can't.
Expand Down
2 changes: 1 addition & 1 deletion doc/real_world_testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ You can run these script in infinite loop to collect and test more data.
./bin/loop_update_urls.sh
./bin/loop_update_urls_and_test_archives.sh

After about 1 week you will receive more than 8500 valid archives.
After about 1 week you will receive more than 9000 valid archives.

You updated something, how to re-test everything?
./bin/clear_results.sh
Expand Down
Binary file modified scripts/tar-z-collector/data/archive_urls.xz
Binary file not shown.
Binary file modified scripts/tar-z-collector/data/invalid_archives.xz
Binary file not shown.
Binary file modified scripts/tar-z-collector/data/invalid_page_urls.xz
Binary file not shown.
Binary file modified scripts/tar-z-collector/data/valid_archives.xz
Binary file not shown.
Binary file modified scripts/tar-z-collector/data/valid_page_urls.xz
Binary file not shown.

0 comments on commit 6b5d28b

Please sign in to comment.