Increase read/write and search/write ratios.

This commit is contained in:
Kurt Zeilenga 2001-09-28 22:39:53 +00:00
parent e80b5d4040
commit a69d8bff93
2 changed files with 2 additions and 4 deletions

View 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 ); exit( EXIT_SUCCESS );
} }

View 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 ); exit( EXIT_SUCCESS );
} }