Add benchmark test back
This commit is contained in:
parent
4a0412d4e9
commit
0babb27f56
1 changed files with 1 additions and 3 deletions
|
@ -757,9 +757,7 @@ Suite* r3_suite (void) {
|
||||||
tcase_add_test(tcase, test_pcre_pattern_simple);
|
tcase_add_test(tcase, test_pcre_pattern_simple);
|
||||||
tcase_add_test(tcase, test_pcre_pattern_more);
|
tcase_add_test(tcase, test_pcre_pattern_more);
|
||||||
tcase_add_test(tcase, test_pcre_patterns_insert);
|
tcase_add_test(tcase, test_pcre_patterns_insert);
|
||||||
|
tcase_add_test(tcase, benchmark_str);
|
||||||
|
|
||||||
// tcase_add_test(tcase, benchmark_str);
|
|
||||||
|
|
||||||
suite_add_tcase(suite, tcase);
|
suite_add_tcase(suite, tcase);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue