]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-108418: Speed up bigmem compression tests in dry mode (GH-108419) (#108473)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 25 Aug 2023 16:22:06 +0000 (09:22 -0700)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 16:22:06 +0000 (18:22 +0200)
commitb28aaf98be0d42ccd687daa341de421422c07253
tree6783282de4698f85a5b47d43340171f8124399b3
parentc5448ab6d45452eb976618013514f2eb89d4eea4
[3.12] gh-108418: Speed up bigmem compression tests in dry mode (GH-108419) (#108473)

gh-108418: Speed up bigmem compression tests in dry mode (GH-108419)

Only generate and compress small amount of random data in dry run.
(cherry picked from commit 4ae3edf3008b70e20663143553a736d80ff3a501)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_bz2.py
Lib/test/test_lzma.py
Lib/test/test_zlib.py