Skip to content

Commit 4564e73

Browse files
committed
Fix bootupJs
1 parent 1f03720 commit 4564e73

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/timeseries/bootupJs.sql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ SELECT
1010
ROUND(APPROX_QUANTILES(value, 1000)[OFFSET(900)], 2) AS p90
1111
FROM (
1212
SELECT
13-
FORMAT_TIMESTAMP('%Y_%m_%d', date) AS date,
14-
UNIX_DATE(date) * 1000 * 60 * 60 * 24 AS timestamp,
13+
date,
1514
client,
1615
IFNULL(
1716
FLOAT64(lighthouse.audits['bootup-time'].numericValue),

0 commit comments

Comments
 (0)