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

Function test_hash_functions

dpdk/app/test/test_hash_functions.c:282–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282static int
283test_hash_functions(void)
284{
285 if (run_hash_func_tests() != 0)
286 return -1;
287
288 run_hash_func_perf_tests();
289
290 return 0;
291}
292
293REGISTER_PERF_TEST(hash_functions_autotest, test_hash_functions);

Callers

nothing calls this directly

Calls 2

run_hash_func_perf_testsFunction · 0.85
run_hash_func_testsFunction · 0.70

Tested by

no test coverage detected