Skip to content

Commit

Permalink
Update cruxPassesCWV.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi authored Mar 5, 2024
1 parent a6485c7 commit 2e31092
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/timeseries/cruxPassesCWV.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ SELECT
IF(device = 'desktop', 'desktop', 'mobile') AS client,
SAFE_DIVIDE(
COUNT(DISTINCT IF(
/* FID can be null and is not mandatory for CWV */
(p75_fid IS NULL OR IS_GOOD(fast_fid, avg_fid, slow_fid)) AND
/* INP can be null and is not mandatory for CWV */
(p75_inp IS NULL OR IS_GOOD(fast_inp, avg_inp, slow_in[)) AND
IS_GOOD(fast_lcp, avg_lcp, slow_lcp) AND
IS_GOOD(small_cls, medium_cls, large_cls), origin, NULL
)),
Expand Down

0 comments on commit 2e31092

Please sign in to comment.