public static final BenchmarkClientFactory INSTANCE = new BenchmarkClientFactory();
public BenchmarkClient get(Type type) {
switch (type) {
case Mina3_tcp:
return new Mina3TcpBenchmarkClient();
case Mina3_udp:
return new Mina3UdpBenchmarkClient();
case Netty3_tcp:
return new Netty3TcpBenchmarkClient();
case Netty3_udp: