MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / execBenchmarkThread

Function execBenchmarkThread

src/keydb-diagnostic-tool.cpp:660–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

658}
659
660static void *execBenchmarkThread(void *ptr) {
661 benchmarkThread *thread = (benchmarkThread *) ptr;
662 aeMain(thread->el);
663 return NULL;
664}
665
666void initConfigDefaults() {
667 config.numclients = 50;

Callers

nothing calls this directly

Calls 1

aeMainFunction · 0.85

Tested by

no test coverage detected