-
Notifications
You must be signed in to change notification settings - Fork 0
Unzip and inflate externally made zip files #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,734000,0.000171 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,286000,0.000067 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,1124896,0.000262 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,783241,0.000182 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,525000,0.000122 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,246000,0.000057 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,1147348,0.000267 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,818398,0.000191 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on ntDeflate_zlib_SmallTextFile,time,4294967295,1822800,0.000424 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on ntDeflate_zlib_SmallTextFile,time,4294967295,1497800,0.000349 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on ntDeflate_zlib_SmallTextFile,time,4294967295,1870500,0.000436 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on ntDeflate_zlib_SmallTextFile,time,4294967295,1471400,0.000343 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,1079000,0.000251 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,679000,0.000158 |
Running: benchmark BenchmarkDeflateInflateTextFile with Debug build on posixDeflate_zlib_SmallTextFile,time,4294967295,1016000,0.000237 Running: benchmark BenchmarkDeflateInflateTextFile with Release build on posixDeflate_zlib_SmallTextFile,time,4294967295,705000,0.000164 |
|
Verified that all tests (Release and Debug) pass on the Zybo as well. |
The work is done in this MR: #24
However, the scope of the MR changed so I made a new branch with the correct name.