Ran test on 16M ints 1000 times.

r1491 | ffr | 2007-02-15 10:26:41 +1100 (Thu, 15 Feb 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-02-15 10:26:41 +11:00
committed by Douglas Clowes
parent 6e9684275a
commit 9c43b6a3b9

View File

@@ -3,7 +3,8 @@ This code is used to check the suitability of zlib for writing and reading compr
NOTE: zlib will transparently read uncompressed files. NOTE: zlib will transparently read uncompressed files.
2007-02-15 2007-02-15
Test reading and writing sequences of 1 to 16M ints (PASSED). Test reading and writing sequences of 1 to 16M ints. (PASSED)
Test reading and writing a sequence of 16M ints 1000 times. (PASSED)
mkdata.c: Makes a zipped file containing a sequence of ints starting from 0. mkdata.c: Makes a zipped file containing a sequence of ints starting from 0.
rdata.c: Reads a zipped/unzipped file expecting a sequence of ints starting from 0, max=16M ints. rdata.c: Reads a zipped/unzipped file expecting a sequence of ints starting from 0, max=16M ints.