We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f03720 commit 4564e73Copy full SHA for 4564e73
1 file changed
sql/timeseries/bootupJs.sql
@@ -10,8 +10,7 @@ SELECT
10
ROUND(APPROX_QUANTILES(value, 1000)[OFFSET(900)], 2) AS p90
11
FROM (
12
SELECT
13
- FORMAT_TIMESTAMP('%Y_%m_%d', date) AS date,
14
- UNIX_DATE(date) * 1000 * 60 * 60 * 24 AS timestamp,
+ date,
15
client,
16
IFNULL(
17
FLOAT64(lighthouse.audits['bootup-time'].numericValue),
0 commit comments