MCPcopy Create free account
hub / github.com/ashvardanian/less_slow.cpp / rpc_libc

Function rpc_libc

less_slow.cpp:6914–6916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6912}
6913
6914static void rpc_libc(bm::State &state, networking_route_t route, std::size_t batch_size, std::size_t packet_size) {
6915 return rpc<rpc_libc_server, rpc_libc_client>(state, route, batch_size, packet_size);
6916}
6917
6918BENCHMARK_CAPTURE(rpc_libc, loopback, networking_route_t::loopback_k, //
6919 256 /* messages per batch */, 1024 /* bytes per packet */)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected