Update performance test program to include std::regex.

[SVN r64199]
This commit is contained in:
John Maddock
2010-07-20 14:52:17 +00:00
parent 73030b500e
commit e9ba172c22
5 changed files with 191 additions and 3 deletions

View File

@ -46,7 +46,7 @@
<h3>Comparison 2: Medium Sized Search</h3>
<p>For each of the following regular expressions the time taken to find all
occurrences of the expression within a medium sized English language text was
measured (the first 50K from mtent12.txt).&nbsp;</p>
measured (the first 50K from mtent12.txt - up to the end of Chapter 1).&nbsp;</p>
<P>%short_twain_search%</P>
<H3>Comparison 3:&nbsp;C++ Code&nbsp;Search</H3>
<P>For each of the following regular expressions the time taken to find all
@ -73,3 +73,4 @@
</body>
</html>