6 ms·
It's not a local IPC exactly. The roundtrip benchmark stat is for a TCP server-client ping/pong call using a 2 KB payload; TCP is although on local loopback (12
by rohanray 9mo ago
It's not a local IPC exactly. The roundtrip benchmark stat is for a TCP server-client ping/pong call using a 2 KB payload; TCP is although on local loopback (127.0.0.1).
Source: https://github.com/mvp-express/myra-transport/blob/main/benchmarks/src/jmh/java/express/mvp/myra/transport/benchmark/RealWorldPayloadBenchmark.java https://github.com/mvp-express/myra-transport/blob/main/benc...