MCPcopy Create free account
hub / github.com/F-Stack/f-stack / BMK_benchFiles

Function BMK_benchFiles

freebsd/contrib/zstd/zlibWrapper/examples/zwrapbench.c:784–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

782
783
784int BMK_benchFiles(const char** fileNamesTable, unsigned nbFiles,
785 const char* dictFileName, int cLevel, int cLevelLast)
786{
787 double const compressibility = (double)g_compressibilityDefault / 100;
788
789 if (nbFiles == 0)
790 BMK_syntheticTest(cLevel, cLevelLast, compressibility);
791 else
792 BMK_benchFileTable(fileNamesTable, nbFiles, dictFileName, cLevel, cLevelLast);
793 return 0;
794}
795
796
797

Callers 1

mainFunction · 0.70

Calls 2

BMK_benchFileTableFunction · 0.85
BMK_syntheticTestFunction · 0.70

Tested by

no test coverage detected