]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
gnutls-cli: use 16k buffers in --benchmark-tls-ciphers
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 20 May 2017 18:34:40 +0000 (20:34 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 20 May 2017 18:34:40 +0000 (20:34 +0200)
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
src/benchmark-tls.c

index 745c3df80bda4c7540d8533c0959a1df87bcca4a..1e2b6de6ea7d8186b761425da276702d1374559e 100644 (file)
@@ -505,7 +505,7 @@ void benchmark_tls(int debug_level, int ciphers)
                test_ciphersuite(PRIO_AES_CBC_SHA1, size);
                test_ciphersuite(PRIO_CAMELLIA_CBC_SHA1, size);
 
-               size = 15 * 1024;
+               size = 16 * 1024;
                printf
                    ("\nTesting throughput in cipher/MAC combinations (payload: %d bytes)\n",
                     size);