From fc294e0fed1ce21e7cbd561df167c657dfc46d36 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 1 Feb 2025 20:17:22 +0000 Subject: [PATCH] Build/Test Tools: Parallelise the performance tests. This change introduces a job matrix for the "current", "before", and "base" performance tests to replace the current behaviour of running them sequentially in a single job. This speeds up the overall performance testing workflow and also reduces the chance of any given test interfering with another, for example by making a change to data in the database that affects a subsequent test. Props johnbillion, swissspidy, dmsnell, joemcgill. See #62221 Built from https://develop.svn.wordpress.org/trunk@59749 git-svn-id: http://core.svn.wordpress.org/trunk@59091 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 adb994311c..ed06c7804e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59748'; +$wp_version = '6.8-alpha-59749'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.