Update linux performance results

This commit is contained in:
John Maddock
2017-08-01 13:16:26 +01:00
parent 9cfc6a4e30
commit d96012b04d
2 changed files with 103 additions and 3 deletions

View File

@ -18,10 +18,10 @@ using auto-index ;
path-constant images_location : html ;
path-constant here : . ;
lib pcre2 ;
lib pcre2-8 ;
lib re2 ;
exe has_pcre2 : config/pcre.cpp pcre2 : <include>third_party <dll-path>third_party <library-path>third_party release ;
exe has_pcre2 : config/pcre.cpp pcre2-8 : <include>third_party <dll-path>third_party <library-path>third_party release ;
explicit has_pcre2 ;
exe has_posix : config/posix.cpp : release ;
explicit has_posix ;
@ -31,7 +31,7 @@ explicit has_re2 ;
run [ glob *.cpp ] /boost/regex//boost_regex /boost/system /boost/chrono /boost/filesystem
: : :
release
[ check-target-builds has_pcre2 : <define>TEST_PCRE2 <source>pcre2 ]
[ check-target-builds has_pcre2 : <define>TEST_PCRE2 <source>pcre2-8 ]
[ check-target-builds has_posix : <define>TEST_POSIX ]
[ check-target-builds has_re2 : <define>TEST_RE2 <source>re2 <include>third_party <dll-path>third_party <library-path>third_party ]
<include>third_party