]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/isa-l/igzip/igzip_perf.c
update sources to v12.1.1
[ceph.git] / ceph / src / isa-l / igzip / igzip_perf.c
index 1ccd0394a4ad4afe91bb659791b8904e618c3635..5292ef39e2fa2a1cb8efcd7afcd83ee2d4e050af 100644 (file)
@@ -54,7 +54,7 @@ int main(int argc, char *argv[])
        struct isal_zstream stream;
        unsigned char inbuf[IBUF_SIZE], zbuf[OBUF_SIZE];
 
-       printf("Window Size: %d K\n", HIST_SIZE);
+       printf("Window Size: %d K\n", IGZIP_HIST_SIZE / 1024);
        printf("igzip_perf: \n");
        fflush(0);
        create_data(inbuf, TEST_LEN);