-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
gh-108418: Speed up bigmem compression tests in dry mode #108419
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
gh-108418: Speed up bigmem compression tests in dry mode #108419
Conversation
Only generate and compress small amount of random data in dry run.
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…nGH-108419) Only generate and compress small amount of random data in dry run. (cherry picked from commit 4ae3edf) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-108473 is a backport of this pull request to the 3.12 branch. |
…pythonGH-108419) Only generate and compress small amount of random data in dry run.. (cherry picked from commit 4ae3edf) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-108481 is a backport of this pull request to the 3.11 branch. |
Only generate and compress small amount of random data in dry run.