Skip to content

Commit

Permalink
Remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMula committed May 4, 2018
1 parent e2f8e63 commit 4247d4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/benchmark.cpp
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4247d4b

Please sign in to comment.