-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathperf.json
More file actions
68 lines (68 loc) · 1.85 KB
/
Copy pathperf.json
File metadata and controls
68 lines (68 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"hardware": "Apple M4 Pro",
"viewport": "1440x900",
"modes": {
"headed": {
"measuredAt": "2026-08-14",
"renderer": "GPU-backed Chromium (headed) on the machine named below",
"caveat": "Measured in a GPU-backed browser window on one machine. Representative of that machine only; a public claim must name the hardware.",
"runs": [
{
"repos": 100,
"samples": 240,
"medianMs": 4.2,
"p95Ms": 5.1,
"worstMs": 5.8,
"medianFps": 238.1,
"p95Fps": 196.1,
"workMedianMs": 0.1,
"workP95Ms": 0.2,
"drawCalls": 3
},
{
"repos": 250,
"samples": 240,
"medianMs": 4.1,
"p95Ms": 5,
"worstMs": 5.2,
"medianFps": 243.9,
"p95Fps": 200,
"workMedianMs": 0.2,
"workP95Ms": 0.2,
"drawCalls": 3
}
]
},
"headless": {
"measuredAt": "2026-08-15",
"renderer": "SwiftShader (software WebGL2) — headless Chromium, no GPU",
"caveat": "These are a FLOOR, not a desktop figure. Headless Chromium here has no GPU, so rasterisation runs on the CPU via SwiftShader. Any public FPS claim must state which of the two it is.",
"runs": [
{
"repos": 100,
"samples": 115,
"medianMs": 72.5,
"p95Ms": 100,
"worstMs": 100,
"medianFps": 13.8,
"p95Fps": 10,
"workMedianMs": 0.4,
"workP95Ms": 0.7,
"drawCalls": 3
},
{
"repos": 250,
"samples": 86,
"medianMs": 77.7,
"p95Ms": 100,
"worstMs": 100,
"medianFps": 12.9,
"p95Fps": 10,
"workMedianMs": 0.4,
"workP95Ms": 0.6,
"drawCalls": 3
}
]
}
}
}