Skip to content

Commit

Permalink
sample
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Feb 6, 2025
1 parent 5407ca7 commit 427f79f
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions core/test/fixtures/user-flows/reports/sample-flow-result.json
Original file line number Diff line number Diff line change
Expand Up @@ -3858,6 +3858,9 @@
"description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/).",
"score": 1,
"scoreDisplayMode": "numeric",
"metricSavings": {
"INP": 0
},
"details": {
"type": "table",
"headings": [
Expand Down Expand Up @@ -3992,6 +3995,9 @@
"description": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) if the viewport is not optimized for mobile.",
"score": 1,
"scoreDisplayMode": "numeric",
"metricSavings": {
"INP": 0
},
"details": {
"type": "table",
"headings": [
Expand Down Expand Up @@ -11018,6 +11024,9 @@
"description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/).",
"score": 1,
"scoreDisplayMode": "numeric",
"metricSavings": {
"INP": 0
},
"details": {
"type": "table",
"headings": [
Expand Down Expand Up @@ -11152,6 +11161,9 @@
"description": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) if the viewport is not optimized for mobile.",
"score": 1,
"scoreDisplayMode": "numeric",
"metricSavings": {
"INP": 0
},
"details": {
"type": "table",
"headings": [
Expand Down Expand Up @@ -22551,6 +22563,9 @@
"description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/).",
"score": 1,
"scoreDisplayMode": "numeric",
"metricSavings": {
"INP": 0
},
"details": {
"type": "table",
"headings": [
Expand Down Expand Up @@ -22685,6 +22700,9 @@
"description": "Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) if the viewport is not optimized for mobile.",
"score": 1,
"scoreDisplayMode": "numeric",
"metricSavings": {
"INP": 0
},
"details": {
"type": "table",
"headings": [
Expand Down
3 changes: 3 additions & 0 deletions core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5853,6 +5853,9 @@
"description": "A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. [Learn how to avoid an excessive DOM size](https://developer.chrome.com/docs/lighthouse/performance/dom-size/).",
"score": 1,
"scoreDisplayMode": "numeric",
"metricSavings": {
"INP": 0
},
"details": {
"type": "table",
"headings": [
Expand Down

0 comments on commit 427f79f

Please sign in to comment.