271272273274275276277278279280281
} long end = (System.currentTimeMillis() - start); // System.out.println("BoneCP Single thread benchmark: "+end); dsb.shutdown(); return end; } /** *
790791792793794795796797798799800
long end = (System.currentTimeMillis() - start); // System.out.println("BoneCP PreparedStatement Single thread benchmark: "+end); // results.add("BoneCP (1 partitions), "+end); // dispose of pool dsb.shutdown(); // results.add(""); return end; }