Timofey Solomko
e0cba7f420
Mention iteration changes in benchmark results
2018-04-21 14:02:20 +03:00
Timofey Solomko
e152c3b2c4
Add Swift version column to benchmark results
2018-04-21 13:48:06 +03:00
Timofey Solomko
ed56b7d8bf
Add benchmark results for 4.3.0
2018-04-21 13:45:04 +03:00
Timofey Solomko
5a91fb2145
[Tests] Add tests for TarContainer.formatOf function
2018-04-13 18:19:13 +03:00
Timofey Solomko
1d838c1d7e
Slightly simplify and improve certain code
2018-04-07 13:38:00 +03:00
Timofey Solomko
4d72a0325b
[Tests] Add test for ZIP custom extra field
2018-03-31 12:25:18 +03:00
Timofey Solomko
cb9d181754
[BZip2] Don't create new Huffman trees if maximum amount of trees possible is already reached
2018-03-03 20:30:49 +03:00
Timofey Solomko
f9684573cf
Use "benchmark" instead of "performance testing" in text documents
2018-03-03 13:47:31 +03:00
Timofey Solomko
b9797a05a8
[Tests] Add checks for recently added to ZIP owner/group IDs
2018-02-21 23:19:09 +03:00
Timofey Solomko
e3006d05b6
[Tests] Add multiple additional checks for zip tests
2018-02-21 22:55:31 +03:00
Timofey Solomko
8831e7e872
[Tests] Add a couple of additional checks to tar tests
2018-02-11 13:11:09 +03:00
Timofey Solomko
19eb0a9e8d
[Tests] Update results
2018-01-31 20:30:09 +03:00
Timofey Solomko
20b45e87f0
[Tests] Update results
2018-01-28 22:38:51 +03:00
Timofey Solomko
c31f83313b
[Tests] Don't call ZipContainer.info separately
2018-01-28 20:13:20 +03:00
Timofey Solomko
81a6cba5ff
Swiftlinted with two new rules
2018-01-14 11:12:27 +03:00
Timofey Solomko
c12a5a89d8
Fix tables in Results.md
2018-01-07 20:14:12 +03:00
Timofey Solomko
1929250dc1
Update Results.md with new results and clarifications about BBD's version and amount of iterations
2018-01-07 15:17:04 +03:00
Timofey Solomko
e714dc308b
Updated copyright year to 2018
2018-01-03 19:44:18 +03:00
Timofey Solomko
6b0dd666ce
Several modifications to xcode projects
...
Organization name set to "Timofey Solomko"; reset some settings to its default values; remove separate test project and workspace by merging them into main project; move plist files inside xcode project; use project-wide settings as much as possible; set project version 50 (total amount of releases on github) and CFBundleShortVersion to 4.0.1; versions in xcode project are now managed by agvtool: project version is increased by 1 whenever there is a new release, CFBundleShortVersion will continue to be semantically versioned; remove some unused settings; remove header file and empty build phases.
2018-01-03 19:21:14 +03:00
Timofey Solomko
296f287d9b
Make deflate and bzip2 compression test code more consistent with each other
2017-12-26 22:56:00 +03:00
Timofey Solomko
4992046107
Make compression ratio test message clearer
2017-12-26 20:01:32 +03:00
Timofey Solomko
7cdf69c493
Fix compression ratio diagnostic message in DeflateCompTests
2017-12-24 14:49:32 +03:00
Timofey Solomko
bed13a0747
Deflate and BZip2 compression tests now print compression ratio
2017-11-27 21:56:52 +03:00
Timofey Solomko
43d9b2c1f8
Mention test5 in Constants again
2017-11-27 21:36:36 +03:00
Timofey Solomko
817114c98e
Rename DeflateTests into DeflateCompressionTests
2017-11-27 21:35:32 +03:00
Timofey Solomko
2ef81dc2b4
Get test bundle from Constants and make them a class
2017-11-27 21:35:16 +03:00
Timofey Solomko
2438c6eec9
Fix tables in Results
2017-11-25 18:25:02 +03:00
Timofey Solomko
6a97dac95d
Update tests results with completely new tests and results
2017-11-25 18:22:00 +03:00
Timofey Solomko
320adba127
Remove LONG_TESTS
2017-11-24 23:40:36 +03:00
Timofey Solomko
265353bbf3
Reduce size of 5 MB tests to 1 MB
2017-11-24 23:40:00 +03:00
Timofey Solomko
c80b486dbd
Remove script for parsing perfomance tests results
2017-11-24 00:15:00 +03:00
Timofey Solomko
66c821a699
Remove PERF_TESTS
2017-11-24 00:14:32 +03:00
Timofey Solomko
b127ff9611
Remove fail message for deflate compression test
2017-11-24 00:14:22 +03:00
Timofey Solomko
427886fa23
Update tests results
2017-11-22 22:47:30 +03:00
Timofey Solomko
5d3a85944a
Mark test7 for BZip2 as long
2017-11-22 22:23:57 +03:00
Timofey Solomko
ea8a78045e
Rearrange tests in xcode project so they show in the order they are executed
2017-11-22 00:06:17 +03:00
Timofey Solomko
a8e8d6b67f
Add new test results
2017-11-19 20:07:41 +03:00
Timofey Solomko
733b7a26b3
Remove empty_file special case in getting test data
2017-11-19 20:05:21 +03:00
Timofey Solomko
e98b42bf7a
Move zlib test files into subdirectory
2017-11-19 18:48:17 +03:00
Timofey Solomko
a603afc0ee
Rename some zip tests for consistency
2017-11-19 18:46:57 +03:00
Timofey Solomko
c8d8b0833a
Extract some common code for acquiring data
2017-11-19 18:44:10 +03:00
Timofey Solomko
3c405e4fa4
Make testType properties private to protect from potential mistakes
2017-11-19 18:43:15 +03:00
Timofey Solomko
8cf85305d4
ContainerEntryInfo.name is no longer Optional
2017-11-11 13:27:36 +03:00
Timofey Solomko
5a7b8dc812
Swiftlint autocorrect
2017-11-04 23:30:54 +03:00
Timofey Solomko
6514baf5f4
Update XZ tests to also test splitUnarchive
2017-10-31 21:37:58 +03:00
Timofey Solomko
4a02aa6218
Replace not equal to directory with equal to regular in zip and tar tests
2017-10-28 13:58:54 +03:00
Timofey Solomko
9cf1588f83
Update zip and tar tests for nil for directories
2017-10-28 13:46:59 +03:00
Timofey Solomko
efb103f31f
Remove multithreading test for ZIP
2017-10-28 13:45:53 +03:00
Timofey Solomko
798cfb98ca
Fix zip "big container" test
2017-10-21 13:24:17 +03:00
Timofey Solomko
4c7aa41151
Update ZipTests to the changes in ZipEntryInfo
2017-10-18 00:09:01 +03:00