enable test
authorChristian Grothoff <christian@grothoff.org>
Tue, 7 Jun 2011 10:29:52 +0000 (10:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 7 Jun 2011 10:29:52 +0000 (10:29 +0000)
src/fs/Makefile.am
src/fs/perf_gnunet_service_fs_p2p_trust.c

index f30200654832f57aad477ec67c5a3ba3a69a39c5..d433e5b66a13e5f887e00df964a5cd597b2c39d4 100644 (file)
@@ -196,9 +196,9 @@ TESTS = \
  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 
 
 
 
index c15d5ebdb487d4648cf69fa013392306d5ef66cd..444e7e7c3187f552cf02de5cdf75b5c6bca8cf6d 100644 (file)
  *        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.