mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 08:13:10 -05:00
Add more reads/searches to pound a little harder
This commit is contained in:
parent
c043a9c0cf
commit
d962166c23
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue