gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r15450 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r15450 - gnunet/src/fs
Date: Tue, 7 Jun 2011 12:29:52 +0200

Author: grothoff
Date: 2011-06-07 12:29:52 +0200 (Tue, 07 Jun 2011)
New Revision: 15450

Modified:
   gnunet/src/fs/Makefile.am
   gnunet/src/fs/perf_gnunet_service_fs_p2p_trust.c
Log:
enable test

Modified: gnunet/src/fs/Makefile.am
===================================================================
--- gnunet/src/fs/Makefile.am   2011-06-07 10:25:27 UTC (rev 15449)
+++ gnunet/src/fs/Makefile.am   2011-06-07 10:29:52 UTC (rev 15450)
@@ -196,9 +196,9 @@
  test_gnunet_service_fs_p2p \
  perf_gnunet_service_fs_p2p \
  perf_gnunet_service_fs_p2p_index \
+ perf_gnunet_service_fs_p2p_trust \
  $(check_SCRIPTS)  
 endif
-# perf_gnunet_service_fs_p2p_trust 
 
 
 

Modified: gnunet/src/fs/perf_gnunet_service_fs_p2p_trust.c
===================================================================
--- gnunet/src/fs/perf_gnunet_service_fs_p2p_trust.c    2011-06-07 10:25:27 UTC 
(rev 15449)
+++ gnunet/src/fs/perf_gnunet_service_fs_p2p_trust.c    2011-06-07 10:29:52 UTC 
(rev 15450)
@@ -32,26 +32,20 @@
  *        leachers should see fast download rates as well.
  * @author Christian Grothoff
  *
- * Sample outputs:
- * - 1 MB, 3 peers:
- * Download speed of type `seeder 1' was 3864 KiB/s
- * Download speed of type `seeder 2' was 3764 KiB/s
- * Download speed of type `leach' was 3592 KiB/s
- * Analysis: download too small for trust to go into effect
- * - 100 MB, 3 peers:
- * Download speed of type `seeder 1' was 4018 KiB/s
- * Download speed of type `seeder 2' was 4016 KiB/s
+ * Sample output:
+ * - 10 MB, 3 peers:
+ * Download speed of type `seeder 1' was 6 MiB/s
+ * Download speed of type `seeder 2' was 6 MiB/s
+ * Download speed of type `leach` was 1051 KiB/s
  * 
- * Analysis: leach squeezed out entirely early, then backs off far too
- *           far => fails to ever recover (code needs improvement...)
- *          [system load is initially very high, then drops to 0
- *           after seeders are done]
+ * Analysis: leach squeezed out entirely early, then gets to
+ *           take its turn once the main downloads complete
  */
 #include "platform.h"
 #include "fs_test_lib.h"
 #include "gnunet_testing_lib.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 /**
  * File-size we use for testing.




reply via email to

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