Skip to content

Commit 8b4425a

Browse files
committed
Build/Test Tools: Add Twenty Twenty-Five to the Performance Tests.
Updates the baseline used for the performance tests to 6.7, so that the theme is available in those test runs. Props joemcgill, flixos90, desrosj, swissspidy. Fixes #62148. git-svn-id: https://develop.svn.wordpress.org/trunk@59524 602fd350-edb4-49c9-b593-d223f7449a82
1 parent dab286e commit 8b4425a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
description: 'The version being used for baseline measurements.'
1616
required: false
1717
type: 'string'
18-
default: '6.1.1'
18+
default: '6.7'
1919
php-version:
2020
description: 'The PHP version to use.'
2121
required: false

tests/performance/specs/home.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const results = {
1414
lcpMinusTtfb: [],
1515
};
1616

17-
const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour' ];
17+
const themes = [ 'twentytwentyone', 'twentytwentythree', 'twentytwentyfour', 'twentytwentyfive' ];
1818

1919
const locales = [ 'en_US', 'de_DE' ];
2020

0 commit comments

Comments
 (0)