long duration = end - start;
long tps = repeats * threads * 1000 / duration;
System.out.println("Concurrency " + threads + " threads,repeats="
+ repeats + ",duration=" + duration + "ms,tps=" + tps);
hsClient.shutdown();
}
private static void testMysql() throws IOException, InterruptedException,
BrokenBarrierException, SQLException {
Properties props = new Properties();