From 7024b400e9f7bb009e01b636357d5ad2fb73b400 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 2 May 2024 13:59:09 +0000 Subject: [PATCH] Build/Test Tools: Overhaul performance tests to improve stability and cover more scenarios. Simplifies the tests setup by leveraging a test matrix, improving maintenance and making it much easier to test more scenarios. With this change, tests are now also run with an external object cache (Memcached). Additional information such as memory usage and the number of database queries is now collected as well. Improves test setup and cleanup by disabling external HTTP requests and cron for the tests, as well as deleting expired transients and flushing the cache in-between. This should aid the test stability. When testing the previous commit / target branch, this now leverages the already built artifact from the build process workflow. Raw test results are now also uploaded as artifacts to aid debugging. Props swissspidy, adamsilverstein, joemcgill, mukesh27, desrosj, youknowriad, flixos90. Fixes #59900 Built from https://develop.svn.wordpress.org/trunk@58076 git-svn-id: http://core.svn.wordpress.org/trunk@57541 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 58de8a2436..63cec8eef1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-58075'; +$wp_version = '6.6-alpha-58076'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.