| 318 | } |
| 319 | |
| 320 | static int |
| 321 | exit_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 | |
| 331 | static int |
| 332 | run_all_tbl_perf_tests(void) |
no test coverage detected