From a234a60e5077662a173e3ae5143aa5fda792b70c Mon Sep 17 00:00:00 2001 From: Paul Bearne Date: Wed, 30 Oct 2024 15:50:22 -0400 Subject: [PATCH 1/3] Update default baseline version to 6.6.2 in workflow Changed the default value of the baseline version from 6.1.1 to 6.6.2 in the reusable-performance.yml workflow file. This ensures the workflow uses the latest baseline version for performance measurements. --- .github/workflows/reusable-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-performance.yml b/.github/workflows/reusable-performance.yml index 814e7b95b8d10..1ace04d256aa0 100644 --- a/.github/workflows/reusable-performance.yml +++ b/.github/workflows/reusable-performance.yml @@ -15,7 +15,7 @@ on: description: 'The version being used for baseline measurements.' required: false type: 'string' - default: '6.1.1' + default: '6.6.2' php-version: description: 'The PHP version to use.' required: false From 14b90c95cbe8f3d56f33d8980585bd3ca42e9768 Mon Sep 17 00:00:00 2001 From: Paul Bearne Date: Wed, 30 Oct 2024 15:52:50 -0400 Subject: [PATCH 2/3] Add twentytwentyfive theme to performance tests Updated the home test suite to include the new twentytwentyfive theme. This ensures the tests cover all available themes and identify any potential performance issues specific to the new theme. --- tests/performance/specs/home.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/performance/specs/home.test.js b/tests/performance/specs/home.test.js index b88b6adb9f362..004c8f03debd4 100644 --- a/tests/performance/specs/home.test.js +++ b/tests/performance/specs/home.test.js @@ -14,7 +14,7 @@ const results = { lcpMinusTtfb: [], }; -const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour' ]; +const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour', 'twentytwentyfive' ]; const locales = [ 'en_US', 'de_DE' ]; From ca9987e5336858964a7d1679232106056df04a13 Mon Sep 17 00:00:00 2001 From: Joe McGill <801097+joemcgill@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:34:11 -0600 Subject: [PATCH 3/3] Update .github/workflows/reusable-performance.yml --- .github/workflows/reusable-performance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-performance.yml b/.github/workflows/reusable-performance.yml index 1ace04d256aa0..af5170814717a 100644 --- a/.github/workflows/reusable-performance.yml +++ b/.github/workflows/reusable-performance.yml @@ -15,7 +15,7 @@ on: description: 'The version being used for baseline measurements.' required: false type: 'string' - default: '6.6.2' + default: '6.7' php-version: description: 'The PHP version to use.' required: false