Skip visual metrics contentful and perceptual progress from baseline. (#4308)

https://github.com/sitespeedio/sitespeed.io/issues/4307
This commit is contained in:
Peter Hedenskog 2024-10-30 17:17:51 -04:00 committed by GitHub
parent 567969e3ab
commit 83f4a656eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -200,7 +200,9 @@ function getVisualMetrics(data) {
'videoRecordingStart',
'VisualComplete85',
'VisualComplete95',
'VisualComplete99'
'VisualComplete99',
'PerceptualSpeedIndexProgress',
'ContentfulSpeedIndexProgress'
]);
const visualMetrics = {};