protected void betweenIters(DbService dbService, ApiService apiService) {
}
public void testComplex() {
DbService db = createDbService();
ApiService api = createApi(db);
//for(int numIters : new int[]{2,500,2000}) { // got a failure once with this set, might be useful too
for(int numIters : new int[]{2,5,20,50,200,500,2000}) {
System.out.println();
System.out.println("testComplex numIters = "+numIters);