MCPcopy Create free account
hub / github.com/e2wugui/zeze / testBench

Method testBench

ZezeJava/ZezeJavaTest/src/Benchmark/BenchSocket.java:616–621  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

614 }
615
616 @Test
617 public void testBench() throws Exception {
618 testBench(false);
619 System.out.println("Encrypt");
620 testBench(true);
621 }
622
623 public static void testBench(boolean encrypt) throws Exception {
624 // create server

Callers

nothing calls this directly

Calls 15

WaitReadyMethod · 0.95
getSocketMethod · 0.95
reportMethod · 0.95
addAcceptorMethod · 0.80
setEncryptTypeMethod · 0.80
getHandshakeOptionsMethod · 0.80
addConnectorMethod · 0.80
tryInitThreadPoolMethod · 0.80
addMethod · 0.65
getMethod · 0.65
startMethod · 0.65

Tested by

no test coverage detected