gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5138 - GNUnet/src/applications/sqstore_sqlite


From: gnunet
Subject: [GNUnet-SVN] r5138 - GNUnet/src/applications/sqstore_sqlite
Date: Sun, 24 Jun 2007 03:37:13 -0600 (MDT)

Author: grothoff
Date: 2007-06-24 03:37:12 -0600 (Sun, 24 Jun 2007)
New Revision: 5138

Modified:
   GNUnet/src/applications/sqstore_sqlite/sqlitetest3.c
Log:
new sqlite benchmark

Modified: GNUnet/src/applications/sqstore_sqlite/sqlitetest3.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlitetest3.c        2007-06-24 
09:36:34 UTC (rev 5137)
+++ GNUnet/src/applications/sqstore_sqlite/sqlitetest3.c        2007-06-24 
09:37:12 UTC (rev 5138)
@@ -83,7 +83,7 @@
   value->type = htonl(i);
   value->prio = htonl(weak_randomi(100));
   value->anonymityLevel = htonl(i);
-  value->expirationTime = htonll(get_time() + weak_randomi(1000));
+  value->expirationTime = htonll(get_time() + 60 * cronHOURS + 
weak_randomi(1000));
   memset(&value[1],
         i,
         size - sizeof(Datastore_Value));





reply via email to

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