diff tests/dzlibtest.c @ 1977:33c29e7d1861

Increase the zlib compression buffer size to 1MB to improve the efficiency.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 01 Jul 2018 02:44:23 +0300
parents 31010318ea8c
children cd5643794195
line wrap: on
line diff
--- a/tests/dzlibtest.c	Sun Jul 01 02:35:42 2018 +0300
+++ b/tests/dzlibtest.c	Sun Jul 01 02:44:23 2018 +0300
@@ -5,7 +5,7 @@
 #include <zlib.h>
 
 
-#define SET_TMPBUF_SIZE (16 * 1024)
+#define SET_TMPBUF_SIZE (1024 * 1024)
 
 char 	*optInFilename = NULL,
         *optOutFilename = NULL;