mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Build/Test Tools: Run performance tests using production env vars.
This sets the following environment variables when running automated performance tests to avoid side effects that can skew performance data when the default development environment variables are used: * `SAVEQUERIES`: `false` * `SCRIPT_DEBUG`: `false` * `WP_DEBUG`: `false` * `WP_DEVELOPMENT_MODE`: `''` Props rajinsharwar, desrosj, mukesh27, joemcgill. Fixes #58825. Built from https://develop.svn.wordpress.org/trunk@56313 git-svn-id: http://core.svn.wordpress.org/trunk@55825 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d50b1048f3
commit
859cf639a6
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.4-alpha-56311';
|
||||
$wp_version = '6.4-alpha-56313';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user