Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
660
static void *execBenchmarkThread(void *ptr) {
661
benchmarkThread *thread = (benchmarkThread *) ptr;
662
aeMain(thread->el);
663
return NULL;
664
}
665
666
void initConfigDefaults() {
667
config.numclients = 50;
Callers
nothing calls this directly
Calls
1
aeMain
Function · 0.85
Tested by
no test coverage detected