Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ main
Function
main
library/cpp/threading/skip_list/perf/main.cpp:355–362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
////////////////////////////////////////////////////////////////////////////////
354
355
int main(int argc, const char* argv[]) {
356
TTestSuite suite;
357
if (!suite.Init(argc, argv)) {
358
return -1;
359
}
360
suite.Run();
361
return 0;
362
}
Callers
nothing calls this directly
Calls
2
Init
Method · 0.45
Run
Method · 0.45
Tested by
no test coverage detected