Add more reads/searches to pound a little harder

This commit is contained in:
Kurt Zeilenga 2002-01-19 06:04:38 +00:00
parent c043a9c0cf
commit d962166c23
2 changed files with 2 additions and 2 deletions

View File

@ -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 );
}

View File

@ -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 );
}