From 371b940439d348ebae36dc32311af950000c1ab8 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Fri, 1 Sep 2023 17:26:16 +0000 Subject: [PATCH] Build/Test Tools: Compare results in performance measurement workflow. This extends the performance test workflow added in [55459] to also run tests against the target branch (if running on a pull request) or the previous commit (if running on trunk). Those results are then compared with the ones from the current commit, and the difference is displayed as a GitHub Actions workflow summary for convenience. Props mukesh27, flixos90, desrosj, joemcgill, swissspidy. Fixes #58358, #58359. See #56150. Built from https://develop.svn.wordpress.org/trunk@56506 git-svn-id: http://core.svn.wordpress.org/trunk@56018 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 a2b075a4ed..803d27af47 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56505'; +$wp_version = '6.4-alpha-56506'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.