diff --git a/test/performance/odp_bench_buffer.c b/test/performance/odp_bench_buffer.c index 9d0add29f3..10a0cb8dd3 100644 --- a/test/performance/odp_bench_buffer.c +++ b/test/performance/odp_bench_buffer.c @@ -773,7 +773,7 @@ int main(int argc, char *argv[]) argc = test_common_parse_options(argc, argv); if (test_common_options(&common_options)) { - ODPH_ERR("Error: reading test helper options failed\n"); + ODPH_ERR("Error: reading test options failed\n"); exit(EXIT_FAILURE); } diff --git a/test/performance/odp_bench_misc.c b/test/performance/odp_bench_misc.c index cc0ef02c6f..9380d8b0df 100644 --- a/test/performance/odp_bench_misc.c +++ b/test/performance/odp_bench_misc.c @@ -980,7 +980,7 @@ int main(int argc, char *argv[]) argc = test_common_parse_options(argc, argv); if (test_common_options(&common_options)) { - ODPH_ERR("Error: reading test helper options failed\n"); + ODPH_ERR("Reading test options failed\n"); exit(EXIT_FAILURE); } diff --git a/test/performance/odp_bench_packet.c b/test/performance/odp_bench_packet.c index 2770568b54..6ea522724c 100644 --- a/test/performance/odp_bench_packet.c +++ b/test/performance/odp_bench_packet.c @@ -1775,7 +1775,7 @@ int main(int argc, char *argv[]) argc = test_common_parse_options(argc, argv); if (test_common_options(&common_options)) { - ODPH_ERR("Error: reading test helper options failed\n"); + ODPH_ERR("Error: reading test options failed\n"); exit(EXIT_FAILURE); } diff --git a/test/performance/odp_bench_pktio_sp.c b/test/performance/odp_bench_pktio_sp.c index 20cd7043b9..37aa1485b0 100644 --- a/test/performance/odp_bench_pktio_sp.c +++ b/test/performance/odp_bench_pktio_sp.c @@ -804,7 +804,7 @@ static int bench_pktio_sp_export(void *data) for (uint32_t i = 0; i < gbl_args->suite.num_bench; i++) { for (int j = 0; j < gbl_args->result[i].num; j++) { num = gbl_args->result[i].func[j].num ? gbl_args->result[i].func[j].num : 1; - if (test_common_write("%s,%i,%i,%i\n", + if (test_common_write("%s,%" PRIu64 ",%" PRIu64 ",%" PRIu64 "\n", gbl_args->result[i].func[j].name, odp_time_to_ns(gbl_args->result[i].func[j].min), odp_time_to_ns(gbl_args->result[i].func[j].tot) / num, @@ -1072,7 +1072,7 @@ int main(int argc, char *argv[]) argc = test_common_parse_options(argc, argv); if (test_common_options(&common_options)) { - ODPH_ERR("Error: reading test helper options failed\n"); + ODPH_ERR("Reading test options failed\n"); exit(EXIT_FAILURE); } diff --git a/test/performance/odp_bench_timer.c b/test/performance/odp_bench_timer.c index 91f62eecdf..5ef30a566d 100644 --- a/test/performance/odp_bench_timer.c +++ b/test/performance/odp_bench_timer.c @@ -625,7 +625,7 @@ int main(int argc, char *argv[]) argc = test_common_parse_options(argc, argv); if (test_common_options(&common_options)) { - ODPH_ERR("Error: reading test helper options failed\n"); + ODPH_ERR("Reading test options failed\n"); exit(EXIT_FAILURE); }