[tracker/sparql-update: 22/23] functional-tests: Improved output, add amount of contacts added
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/sparql-update: 22/23] functional-tests: Improved output, add amount of contacts added
- Date: Mon, 21 Mar 2011 11:21:07 +0000 (UTC)
commit 7360ffe33ba21fe3d8e72f58322384e60aaf2d8a
Author: Philip Van Hoof <philip codeminded be>
Date: Tue Mar 15 12:35:32 2011 +0100
functional-tests: Improved output, add amount of contacts added
.../ipc/test-insert-or-replace.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/functional-tests/ipc/test-insert-or-replace.vala b/tests/functional-tests/ipc/test-insert-or-replace.vala
index 097cb27..554c8d3 100644
--- a/tests/functional-tests/ipc/test-insert-or-replace.vala
+++ b/tests/functional-tests/ipc/test-insert-or-replace.vala
@@ -142,7 +142,7 @@ INSERT { GRAPH <urn:uuid:08070f5c-a334-4d19-a8b0-12a3071bfab9> {
int
main( string[] args )
{
- uint i, y = 100;
+ uint i, y = 1000;
Timer t1 = new Timer ();
Timer t2 = new Timer ();
Connection c;
@@ -154,7 +154,7 @@ main( string[] args )
}
t1.stop ();
- print ("REPLACE: %f\n", t1.elapsed());
+ print ("REPLACE: %u contacts: %f\n", y, t1.elapsed());
t2.start ();
@@ -163,7 +163,7 @@ main( string[] args )
}
t2.stop ();
- print ("ORIGINAL: %f\n", t2.elapsed());
+ print ("ORIGINAL: %u contacts: %f\n", y, t2.elapsed());
return 0;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]