]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Adjust test007 read/write ratio
authorKurt Zeilenga <kurt@openldap.org>
Mon, 1 Oct 2001 17:13:01 +0000 (17:13 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Mon, 1 Oct 2001 17:13:01 +0000 (17:13 +0000)
CHANGES
tests/progs/slapd-read.c
tests/progs/slapd-search.c

diff --git a/CHANGES b/CHANGES
index 4bae74ba5c3def804b1ee2e57ca0b0c396860151..025dced24f4cacc6096ccecd34b70af94d6744a2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,7 @@ OpenLDAP 2.0.16 Engineering
        Build environment
                Updated slapd.conf with ACL example
                Updated pthread detection
+               Adjust test 7 read/write ratio
 
 OpenLDAP 2.0.15 Release
        Fixed -lldap TLS external handling
index 94f3d2194093355cf6511bb3c554c3bb05191744..e11995a6ffb9c6e1645bb47890a025d115903fb0 100644 (file)
@@ -75,8 +75,7 @@ main( int argc, char **argv )
 
        }
 
-       do_read( host, port, entry, ( 4 * loops ));
-
+       do_read( host, port, entry, ( 10 * loops ));
        exit( EXIT_SUCCESS );
 }
 
index 996ec68e2f3888fdc8be5a99b21e7e1aedf9bf25..1737d4d66935fc54e55ebb2ffcc1a08a2ec0be0b 100644 (file)
@@ -81,8 +81,7 @@ main( int argc, char **argv )
 
        }
 
-       do_search( host, port, sbase, filter, ( 4 * loops ));
-
+       do_search( host, port, sbase, filter, ( 5 * loops ));
        exit( EXIT_SUCCESS );
 }