[tracker/class-signal] Comment, squash



commit 723f27a4109f60fa5cd694ff62e6e2aa6eb43ad5
Author: Philip Van Hoof <philip codeminded be>
Date:   Wed Aug 25 15:29:44 2010 +0200

    Comment, squash

 .../class-signal-performance-test.vala             |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/tests/functional-tests/class-signal-performance-test.vala b/tests/functional-tests/class-signal-performance-test.vala
index b323c57..76e570d 100644
--- a/tests/functional-tests/class-signal-performance-test.vala
+++ b/tests/functional-tests/class-signal-performance-test.vala
@@ -24,16 +24,25 @@ const int max_signals = 1000;
 // const int max_signals = 10000;
 const string title_data = "title";
 
-// Always start this test AFTER DOING tracker-control -r
-// The test IS NOT deleting existing resources, so you CAN'T RUN IT TWICE unless
-// you clear the database before starting it the second time.
+// Always start this test AFTER DOING tracker-control -r. The test IS NOT
+// deleting existing resources, so you CAN'T RUN IT TWICE unless you clear
+// the database before starting it the second time.
 
+// Testreport of Aug 25, 2010 by Philip
+// ------------------------------------
 // On Aug 25 the difference between using tracker-store on master and the
 // tracker-store of class-signal, and then letting this wait until all 10000
 // (in case of max_signals = 10000) insert queries' signals arrived (you'll
 // have in total 20002 events in the signals in both tracker-store versions)
 // was: 20s for class-signals (new class signal) and 23s for master (old class
 // signals). Measured using this performance test.
+//
+// Memory usage of class-signal (new class signal)'s tracker-store:
+// Low: VmRSS: 8860 Kb -- Max: VmRSS: 14116 kB
+//
+// Memory usage of master (old class signal)'s tracker-store:
+// Low: VmRSS: 8868 Kb -- Max: VmRSS: 14060 kB
+
 
 struct Event {
 	int subject_id;



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