Improvements to PCRE benchmarking tests.

* Add test file accidentally omitted from [34761].
* Bail properly from benchmarker when a `preg_last_error()` is found.

Props miqrogroove.
See #34121.
Built from https://develop.svn.wordpress.org/trunk@34773


git-svn-id: http://core.svn.wordpress.org/trunk@34738 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges 2015-10-02 13:51:50 +00:00
parent 4265fa897a
commit 334fe04832

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34772';
$wp_version = '4.4-alpha-34773';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.