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

Function BMK_initAdvancedParams

freebsd/contrib/zstd/programs/benchzstd.c:127–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125***************************************/
126
127BMK_advancedParams_t BMK_initAdvancedParams(void) {
128 BMK_advancedParams_t const res = {
129 BMK_both, /* mode */
130 BMK_TIMETEST_DEFAULT_S, /* nbSeconds */
131 0, /* blockSize */
132 0, /* nbWorkers */
133 0, /* realTime */
134 0, /* additionalParam */
135 0, /* ldmFlag */
136 0, /* ldmMinMatch */
137 0, /* ldmHashLog */
138 0, /* ldmBuckSizeLog */
139 0, /* ldmHashRateLog */
140 ZSTD_lcm_auto /* literalCompressionMode */
141 };
142 return res;
143}
144
145
146/* ********************************************************

Callers 3

mainFunction · 0.85
BMK_benchMemFunction · 0.85
BMK_benchFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected