dbus/test/glib test-profile.c,1.24,1.25
Havoc Pennington
hp at freedesktop.org
Thu Aug 4 03:42:59 EST 2005
Update of /cvs/dbus/dbus/test/glib
In directory gabe:/tmp/cvs-serv22422/test/glib
Modified Files:
test-profile.c
Log Message:
2005-08-03 Havoc Pennington <hp at redhat.com>
* dbus/dbus-sysdeps.c (_dbus_read_credentials_unix_socket): fix
typo, from Julien Puydt
* bus/connection.c (bus_connection_disconnected): we were always
doing a wait_for_memory due to a buggy loop, found by Timo Hoenig
Index: test-profile.c
===================================================================
RCS file: /cvs/dbus/dbus/test/glib/test-profile.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- test-profile.c 30 Jul 2005 01:33:55 -0000 1.24
+++ test-profile.c 3 Aug 2005 17:42:56 -0000 1.25
@@ -48,7 +48,7 @@
*/
#define N_CLIENT_THREADS 1
/* It seems like at least 750000 or so iterations reduces the variability to sane levels */
-#define N_ITERATIONS 25000
+#define N_ITERATIONS 2000
#define N_PROGRESS_UPDATES 20
/* Don't make PAYLOAD_SIZE too huge because it gets used as a static buffer size */
#define PAYLOAD_SIZE 0
More information about the dbus-commit
mailing list