gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23753 - gnunet/src/stream


From: gnunet
Subject: [GNUnet-SVN] r23753 - gnunet/src/stream
Date: Wed, 12 Sep 2012 12:09:49 +0200

Author: harsha
Date: 2012-09-12 12:09:49 +0200 (Wed, 12 Sep 2012)
New Revision: 23753

Modified:
   gnunet/src/stream/perf_stream_api.c
Log:
reasonable buffer for performance measurements

Modified: gnunet/src/stream/perf_stream_api.c
===================================================================
--- gnunet/src/stream/perf_stream_api.c 2012-09-12 10:04:42 UTC (rev 23752)
+++ gnunet/src/stream/perf_stream_api.c 2012-09-12 10:09:49 UTC (rev 23753)
@@ -129,7 +129,7 @@
 /**
  * Maximum size of the data which we will transfer during tests
  */
-#define DATA_SIZE 65536      /* 64KB */
+#define DATA_SIZE 5000000      /* 5mB */
 
 /**
  * Listen socket of peer2
@@ -179,7 +179,7 @@
 /**
  * Random data block. Should generate data first
  */
-static uint32_t data[DATA_SIZE / 4];     /* 64KB array */
+static uint32_t data[DATA_SIZE / 4];
 
 /**
  * Payload sizes to test each major test with




reply via email to

[Prev in Thread] Current Thread [Next in Thread]