Adds the new Core Web Vitals fields EventFirstInputDelay int64, EventCumulativeLayoutShift float64, and LoadLargestPaintTime int64 to BaseExportFields.
Updates TestSchema_ReconcileWithExisting test cases with new fields.
Updates NewMockDataExportClient to use SortStable for deterministic sorting when two events have the same EventStart
EventFirstInputDelay int64
,EventCumulativeLayoutShift float64
, andLoadLargestPaintTime int64
toBaseExportFields
.TestSchema_ReconcileWithExisting
test cases with new fields.NewMockDataExportClient
to useSortStable
for deterministic sorting when two events have the sameEventStart
go test -update