Make loadEventEnd configurable for summaries and budget #2963 (#2969)

This commit is contained in:
Peter Hedenskog 2020-04-27 08:22:31 +02:00 committed by GitHub
parent 1448e5e468
commit 62c2d669c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,12 @@ module.exports = {
name: 'First Paint',
format: time.ms
},
loadEventEnd: {
path: 'statistics.timings.loadEventEnd.median',
summaryPath: 'loadEventEnd',
name: 'Load Event End',
format: time.ms
},
fullyLoaded: {
path: 'statistics.timings.fullyLoaded.median',
summaryPath: 'timings.fullyLoaded',