Skip to content

Commit 76ee71e

Browse files
authored
Apply suggestion from @tunetheweb
1 parent 46f68ab commit 76ee71e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sql/2025/webassembly/total_sizes_by_percentile.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ FROM
88
`httparchive.crawl.requests`,
99
UNNEST([0, 10, 25, 50, 75, 90, 100]) AS percentile
1010
WHERE
11-
date = '2025-07-01' AND
12-
type = 'wasm' AND
13-
payload._wasm_stats IS NOT NULL
11+
date = '2025-07-01' AND
12+
type = 'wasm' AND
13+
payload._wasm_stats IS NOT NULL
1414
GROUP BY
1515
percentile,
1616
client

0 commit comments

Comments
 (0)