mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Add more reads/searches to pound a little harder
This commit is contained in:
parent
c043a9c0cf
commit
d962166c23
@ -75,7 +75,7 @@ main( int argc, char **argv )
|
||||
|
||||
}
|
||||
|
||||
do_read( host, port, entry, ( 10 * loops ));
|
||||
do_read( host, port, entry, ( 20 * loops ));
|
||||
exit( EXIT_SUCCESS );
|
||||
}
|
||||
|
||||
|
@ -81,7 +81,7 @@ main( int argc, char **argv )
|
||||
|
||||
}
|
||||
|
||||
do_search( host, port, sbase, filter, ( 5 * loops ));
|
||||
do_search( host, port, sbase, filter, ( 10 * loops ));
|
||||
exit( EXIT_SUCCESS );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user