Skip to content
Snippets Groups Projects
Commit d962166c authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add more reads/searches to pound a little harder

parent c043a9c0
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment