-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Interim/misc. Added installed ripgrep to benchmark suite.
- Loading branch information
1 parent
8b5ddb0
commit 5553946
Showing
6 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
test_case_id, desc_short, desc_long, regex, corpus | ||
TC1, Test case 1, "ucg vs. others, 'BOOST.*HPP' on Boost source.", BOOST.*HPP, "${top_srcdir}/../boost_1_58_0" | ||
TC2, Test Case 2, "ucg vs. others, literal string on Boost source.", TEST_BOOST_NO_INTRINSIC_WCHAR_T, "${top_srcdir}/../boost_1_58_0" | ||
TC3, Test Case 3, "ucg vs. others, regex 'iudice[\\w]*umputo' on single ~500MB file.", iudice[\\w]*umputo, "${builddir}/500MBLoremIpsum.cpp" | ||
TC4, Test Case 4, "ucg vs. others, literal string on 500MB file, match at end.", iudicemaequumputo, "${builddir}/500MBLoremIpsum.cpp" | ||
TC5, Test Case 5, "ucg vs. others, '#include\\s+".*"' on Boost source", #include\\s+".*", "${top_srcdir}/../boost_1_58_0" | ||
TC6, Test Case 6, "ucg vs. others, literal '#endif' with --ignore-dir=doc on Boost source.", #endif, "${top_srcdir}/../boost_1_58_0" | ||
TC1, Test case 1, "Benchmark: 'BOOST.*HPP' on Boost source.", BOOST.*HPP, "${top_srcdir}/../boost_1_58_0" | ||
TC2, Test Case 2, "Benchmark: literal string on Boost source.", TEST_BOOST_NO_INTRINSIC_WCHAR_T, "${top_srcdir}/../boost_1_58_0" | ||
TC3, Test Case 3, "Benchmark: regex 'iudice[\\w]*umputo' on single ~500MB file.", iudice[\\w]*umputo, "${builddir}/500MBLoremIpsum.cpp" | ||
TC4, Test Case 4, "Benchmark: literal string on 500MB file, match at end.", iudicemaequumputo, "${builddir}/500MBLoremIpsum.cpp" | ||
TC5, Test Case 5, "Benchmark: '#include\\s+".*"' on Boost source", #include\\s+".*", "${top_srcdir}/../boost_1_58_0" | ||
TC6, Test Case 6, "Benchmark: literal '#endif' with --ignore-dir=doc on Boost source.", #endif, "${top_srcdir}/../boost_1_58_0" |