Skip to content

Commit

Permalink
Fix bootupJs
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Jan 15, 2025
1 parent 1f03720 commit 4564e73
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sql/timeseries/bootupJs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ SELECT
ROUND(APPROX_QUANTILES(value, 1000)[OFFSET(900)], 2) AS p90
FROM (
SELECT
FORMAT_TIMESTAMP('%Y_%m_%d', date) AS date,
UNIX_DATE(date) * 1000 * 60 * 60 * 24 AS timestamp,
date,
client,
IFNULL(
FLOAT64(lighthouse.audits['bootup-time'].numericValue),
Expand Down

0 comments on commit 4564e73

Please sign in to comment.