From 4247d4b16a67314cbed59273d2d5bf070d074db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Mu=C5=82a?= Date: Fri, 4 May 2018 22:16:02 +0200 Subject: [PATCH] Remove leftovers --- src/benchmark.cpp | 4 ---- 1 file changed, 4 deletions(-) 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