diff --git a/src/benchmark.cpp b/src/benchmark.cpp index d359d63..0f10769 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -243,8 +243,6 @@ class Application final: public ApplicationBase { return avx512bw_strstr_v2(s, neddle); }; - printf("%-40s... ", db['r'].name.c_str()); - fflush(stdout); measure(find, 'r'); } #endif @@ -269,8 +267,6 @@ class Application final: public ApplicationBase { return aarch64_strstr_v2(s, neddle); }; - printf("%-40s... ", db['t'].name.c_str()); - fflush(stdout); measure(find, 't'); } #endif