-
Notifications
You must be signed in to change notification settings - Fork 177
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
test suite? #63
Comments
@pieper I created a simple shell-script benchmark that works on Linux/MacOS. It compiles three versions of pigz (using the default zlib, zlib-ng and CloudFlare-zlib). It is really a benchmark not a test suite. You could also adapt the perl zlib-bench to test pigz. This is a bit more sophisticated as it also tests the decompression to ensure lossless conversion and measures compression ratios rather than simply timing the functions. With regards to known issues that should be targets for thorough testing:
|
Thanks for digging in to this @neurolabusc 👍 I'll wait for the answer to your other question before investing much time in pigz. |
@pieper, I think you can close this issue. I have created Python scripts that will build and test pigs using different zlib libraries. I can completely understand if you do not want to invest too much time into this, but I think this comprehensively resolves this issue. |
Agreed - thanks for doing this 😄 |
Are there any tests that go along with pigz?
The text was updated successfully, but these errors were encountered: