Skip to content

Commit

Permalink
Support for PSI version upgrades
Browse files Browse the repository at this point in the history
The following values can no longer be obtained with PSI updates.
* estimatedInputLatency
* firstCpuIdle
  • Loading branch information
kemsakurai committed Jul 18, 2023
1 parent 420079f commit 827aad9
Show file tree
Hide file tree
Showing 6 changed files with 16,066 additions and 10,217 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Ken Sakurai. All rights reserved.
Copyright (c) 2018-2023 Ken Sakurai. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Specify the URL to be recorded, create a sheet for recording, and set schedule e
Based on the contents of the config sheet, create a recording sheet.
The recording sheet has the following columns.
These are MOBILE and DESKTOP scores, basic speed indicators.
To maintain compatibility, column deletions have not been implemented. (ex: firstCpuIdle)
* DATE
* MOBILE.accessibilityScore
* MOBILE.bestPracticesScore
Expand All @@ -91,8 +92,8 @@ Specify the URL to be recorded, create a sheet for recording, and set schedule e
* MOBILE.speedIndex
* MOBILE.interactive
* MOBILE.firstMeaningfulPaint
* MOBILE.firstCpuIdle
* MOBILE.estimatedInputLatency
* MOBILE.firstCpuIdle (Deprecated from Lighthouse 6.0)
* MOBILE.estimatedInputLatency (Deprecated? from Lighthouse 6.0)
* DESKTOP.accessibilityScore
* DESKTOP.bestPracticesScore
* DESKTOP.performanceScore
Expand All @@ -102,8 +103,8 @@ Specify the URL to be recorded, create a sheet for recording, and set schedule e
* DESKTOP.speedIndex
* DESKTOP.interactive
* DESKTOP.firstMeaningfulPaint
* DESKTOP.firstCpuIdle
* DESKTOP.estimatedInputLatency
* DESKTOP.firstCpuIdle (Deprecated from Lighthouse 6.0)
* DESKTOP.estimatedInputLatency (Deprecated? from Lighthouse 6.0)

* **3. Run Test**
After "Test Sheet Creation" "Create Recording Sheet", you can execute "Test Execution".
Expand Down
Loading

0 comments on commit 827aad9

Please sign in to comment.