Add Benchmark Sequential

This commit is contained in:
TXuian 2022-12-09 22:44:28 +08:00
parent c66bcee6f5
commit a6cfd4952a
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void organize_result(const benchmark_handle *handle, clock_t start_time,
} }
} }
void print_result(void *g_time_diff) { void *print_result(void *g_time_diff) {
int i = 0; int i = 0;
while (bmh_list[i].handle != NULL) { while (bmh_list[i].handle != NULL) {
printf("[BENCHMARK] Time Cost: %-15s %.4f\n", bmh_list[i].name, printf("[BENCHMARK] Time Cost: %-15s %.4f\n", bmh_list[i].name,