Skip to content

Commit 35e8d71

Browse files
author
hp23 Server
committed
Small analysis updates
1 parent 231c83b commit 35e8d71

File tree

1 file changed

+94
-9
lines changed

1 file changed

+94
-9
lines changed

_hp/tools/analysis/main_analysis_desktop_basic+parsing.ipynb

Lines changed: 94 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19290,7 +19290,9 @@
1929019290
{
1929119291
"cell_type": "markdown",
1929219292
"id": "15ddf452-ceb7-4f8e-a244-b8faa50e55d1",
19293-
"metadata": {},
19293+
"metadata": {
19294+
"jp-MarkdownHeadingCollapsed": true
19295+
},
1929419296
"source": [
1929519297
"## Browser comparisons\n",
1929619298
"- One to one browser comparisons\n",
@@ -22040,6 +22042,77 @@
2204022042
"no_noise_diff = display_overlap(nnd)"
2204122043
]
2204222044
},
22045+
{
22046+
"cell_type": "code",
22047+
"execution_count": 307,
22048+
"id": "442d1d91-ac96-47ba-858a-7b2de33b3898",
22049+
"metadata": {},
22050+
"outputs": [
22051+
{
22052+
"data": {
22053+
"text/plain": [
22054+
"denoised_outcome_str\n",
22055+
"1 167324\n",
22056+
"2 4075\n",
22057+
"3 41\n",
22058+
"Name: count, dtype: int64"
22059+
]
22060+
},
22061+
"execution_count": 307,
22062+
"metadata": {},
22063+
"output_type": "execute_result"
22064+
}
22065+
],
22066+
"source": [
22067+
"nnd.groupby(\"test_id\", observed=True)[\"denoised_outcome_str\"].nunique().value_counts()"
22068+
]
22069+
},
22070+
{
22071+
"cell_type": "code",
22072+
"execution_count": 308,
22073+
"id": "88cd39ca-ede5-4177-8f6b-5f5da72adfc7",
22074+
"metadata": {},
22075+
"outputs": [
22076+
{
22077+
"data": {
22078+
"text/plain": [
22079+
"denoised_outcome_str\n",
22080+
"1 172715\n",
22081+
"2 4373\n",
22082+
"3 58\n",
22083+
"Name: count, dtype: int64"
22084+
]
22085+
},
22086+
"execution_count": 308,
22087+
"metadata": {},
22088+
"output_type": "execute_result"
22089+
}
22090+
],
22091+
"source": [
22092+
"df.groupby(\"test_id\", observed=True)[\"denoised_outcome_str\"].nunique().value_counts()"
22093+
]
22094+
},
22095+
{
22096+
"cell_type": "code",
22097+
"execution_count": 309,
22098+
"id": "5856bf44-d6f3-4876-bfb3-4c81e68b730d",
22099+
"metadata": {},
22100+
"outputs": [
22101+
{
22102+
"data": {
22103+
"text/plain": [
22104+
"4431"
22105+
]
22106+
},
22107+
"execution_count": 309,
22108+
"metadata": {},
22109+
"output_type": "execute_result"
22110+
}
22111+
],
22112+
"source": [
22113+
"4373+58"
22114+
]
22115+
},
2204322116
{
2204422117
"cell_type": "code",
2204522118
"execution_count": 292,
@@ -22501,7 +22574,9 @@
2250122574
{
2250222575
"cell_type": "markdown",
2250322576
"id": "faa7caf7-3b67-41cf-9d71-e7eefcaa3203",
22504-
"metadata": {},
22577+
"metadata": {
22578+
"jp-MarkdownHeadingCollapsed": true
22579+
},
2250522580
"source": [
2250622581
"### Chromium 121-122 vs 120 (desktop linux)\n",
2250722582
"- **RP the same: noise, cannot reproduce difference!**\n",
@@ -22741,10 +22816,12 @@
2274122816
{
2274222817
"cell_type": "markdown",
2274322818
"id": "390833ff-9e8e-486f-bf05-2534595fa689",
22744-
"metadata": {},
22819+
"metadata": {
22820+
"jp-MarkdownHeadingCollapsed": true
22821+
},
2274522822
"source": [
2274622823
"### Chromium 121 desktop vs android\n",
22747-
"- **Differences: accesswindow_direct (different download behavior), upgradeHSTS (strange android behavior)**\n",
22824+
"- **Differences: accesswindow_direct (different download behavior), upgradeHSTS (caching behavior)**\n",
2274822825
"- RP: noise/cannot reproduce"
2274922826
]
2275022827
},
@@ -23044,7 +23121,9 @@
2304423121
{
2304523122
"cell_type": "markdown",
2304623123
"id": "77fdde01-275f-4522-a9bc-e93daa00cfeb",
23047-
"metadata": {},
23124+
"metadata": {
23125+
"jp-MarkdownHeadingCollapsed": true
23126+
},
2304823127
"source": [
2304923128
"### Brave 121 (desktop) vs Chrome 121 (desktop)\n",
2305023129
"- **Differences only in referrer/RP**\n",
@@ -23167,7 +23246,9 @@
2316723246
{
2316823247
"cell_type": "markdown",
2316923248
"id": "7c871712-5192-4331-a9a9-9b41caf2e4ab",
23170-
"metadata": {},
23249+
"metadata": {
23250+
"jp-MarkdownHeadingCollapsed": true
23251+
},
2317123252
"source": [
2317223253
"### Brave 121 (desktop) vs Brave 121 (Android)\n",
2317323254
"- **Differences: upgradeHSTS (android cache behavior), accesswindow_direct (download behavior, +different autoupgrades), ~~RP (brave android shields deactivated)~~ RP (different autoupgrades)**\n",
@@ -23356,7 +23437,7 @@
2335623437
},
2335723438
{
2335823439
"cell_type": "code",
23359-
"execution_count": 301,
23440+
"execution_count": 310,
2336023441
"id": "8403150a-f444-4f5b-9397-e06de84817e1",
2336123442
"metadata": {},
2336223443
"outputs": [
@@ -23801,7 +23882,9 @@
2380123882
{
2380223883
"cell_type": "markdown",
2380323884
"id": "46118758-f3f8-479d-81a6-ab000e46e417",
23804-
"metadata": {},
23885+
"metadata": {
23886+
"jp-MarkdownHeadingCollapsed": true
23887+
},
2380523888
"source": [
2380623889
"### Firefox 123 Desktop vs Android\n",
2380723890
"- subresourceloadingCOEP_img_direct both basic and parsing\n",
@@ -24006,7 +24089,9 @@
2400624089
{
2400724090
"cell_type": "markdown",
2400824091
"id": "a2e6c9e8-d77f-466a-860f-22e3f9082a44",
24009-
"metadata": {},
24092+
"metadata": {
24093+
"jp-MarkdownHeadingCollapsed": true
24094+
},
2401024095
"source": [
2401124096
"### Safari (MacOS 17.3.1) vs Chrome/WebKit (iPadOS 17.3.1)\n",
2401224097
"- **Differences: perfAPI (mixed content blocking differences), accesswindow_direct (204 + different download behavior), subresourceloadingCORP (mixed-content/auto-upgrade?)**\n",

0 commit comments

Comments
 (0)