We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff96299 commit cc6e727Copy full SHA for cc6e727
1 file changed
definitions/output/reports/tech_crux.js
@@ -128,7 +128,7 @@ WITH pages AS (
128
${constants.devRankFilter}
129
),
130
131
-geo_summary AS (
+crux_base AS (
132
SELECT
133
\`chrome-ux-report\`.experimental.GET_COUNTRY(country_code) AS geo,
134
rank,
@@ -246,7 +246,7 @@ crux AS (
246
IS_GOOD(fast_ttfb, avg_ttfb, slow_ttfb) AS good_ttfb,
247
IS_NON_ZERO(fast_inp, avg_inp, slow_inp) AS any_inp,
248
IS_GOOD(fast_inp, avg_inp, slow_inp) AS good_inp
249
- FROM geo_summary
+ FROM crux_base
250
251
UNNEST(eligible_ranks) AS rank
252
0 commit comments