Skip to content

Commit cc6e727

Browse files
committed
renamed
1 parent ff96299 commit cc6e727

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/output/reports/tech_crux.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ WITH pages AS (
128128
${constants.devRankFilter}
129129
),
130130
131-
geo_summary AS (
131+
crux_base AS (
132132
SELECT
133133
\`chrome-ux-report\`.experimental.GET_COUNTRY(country_code) AS geo,
134134
rank,
@@ -246,7 +246,7 @@ crux AS (
246246
IS_GOOD(fast_ttfb, avg_ttfb, slow_ttfb) AS good_ttfb,
247247
IS_NON_ZERO(fast_inp, avg_inp, slow_inp) AS any_inp,
248248
IS_GOOD(fast_inp, avg_inp, slow_inp) AS good_inp
249-
FROM geo_summary
249+
FROM crux_base
250250
),
251251
UNNEST(eligible_ranks) AS rank
252252
),

0 commit comments

Comments
 (0)