add benchmark to app. TODO: test benchmark.

This commit is contained in:
TXuian 2022-12-07 15:56:44 +08:00
parent f04afd26ef
commit e31992a58f
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ void organize_result(const benchmark_handle *handle) {
while (bmh_list[i].handle != NULL) {
if (bmh_list[i].handle == handle) {
bmh_list[i].time = tmp_diff;
printf("[BENCHMARK] TaskName: %s\n", bmh_list[i].name);
break;
}
i++;