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

Function exit_with_fail

dpdk/app/test/test_efd_perf.c:320–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static int
321exit_with_fail(const char *testname, struct efd_perf_params *params,
322 unsigned int i)
323{
324
325 printf("<<<<<Test %s failed at keysize %d iteration %d >>>>>\n",
326 testname, hashtest_key_lens[params->cycle], i);
327 perform_frees(params);
328 return -1;
329}
330
331static int
332run_all_tbl_perf_tests(void)

Callers 1

run_all_tbl_perf_testsFunction · 0.70

Calls 2

perform_freesFunction · 0.70
printfFunction · 0.50

Tested by

no test coverage detected