diff options
author | Felix Boerner <ich@felix-boerner.de> | 2024-11-11 08:31:52 +0100 |
---|---|---|
committer | Felix Börner <escalate@gmx.de> | 2024-11-11 14:26:11 +0100 |
commit | 33a58521ae8ec2c8f771eeb72bd2a3a0301e05e1 (patch) | |
tree | 54fae5a80884d3e2519eb5d43ea233fc446f8f9d | |
parent | 683ce4c4f63f38fa989e1c9f9a76aed02eb3468c (diff) |
test: adapt testsv1.7.0
-rw-r--r-- | tests/exampleSiteWithImage/budget.desktop.json | 4 | ||||
-rw-r--r-- | tests/exampleSiteWithImage/budget.mobile.json | 4 | ||||
-rw-r--r-- | tests/exampleSiteWithVideo/budget.desktop.json | 4 | ||||
-rw-r--r-- | tests/exampleSiteWithVideo/budget.mobile.json | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/tests/exampleSiteWithImage/budget.desktop.json b/tests/exampleSiteWithImage/budget.desktop.json index 5a68439..7d48969 100644 --- a/tests/exampleSiteWithImage/budget.desktop.json +++ b/tests/exampleSiteWithImage/budget.desktop.json @@ -4,14 +4,14 @@ "total": 8 }, "transferSize": { - "total": 317440 + "total": 365568 }, "thirdParty": { "requests": 1 }, "score": { "bestpractice": 93, - "privacy": 88, + "privacy": 89, "performance": 81 } } diff --git a/tests/exampleSiteWithImage/budget.mobile.json b/tests/exampleSiteWithImage/budget.mobile.json index 5a68439..7d48969 100644 --- a/tests/exampleSiteWithImage/budget.mobile.json +++ b/tests/exampleSiteWithImage/budget.mobile.json @@ -4,14 +4,14 @@ "total": 8 }, "transferSize": { - "total": 317440 + "total": 365568 }, "thirdParty": { "requests": 1 }, "score": { "bestpractice": 93, - "privacy": 88, + "privacy": 89, "performance": 81 } } diff --git a/tests/exampleSiteWithVideo/budget.desktop.json b/tests/exampleSiteWithVideo/budget.desktop.json index 4023fe9..a6b414a 100644 --- a/tests/exampleSiteWithVideo/budget.desktop.json +++ b/tests/exampleSiteWithVideo/budget.desktop.json @@ -11,8 +11,8 @@ }, "score": { "bestpractice": 93, - "privacy": 88, - "performance": 79 + "privacy": 89, + "performance": 77 } } } diff --git a/tests/exampleSiteWithVideo/budget.mobile.json b/tests/exampleSiteWithVideo/budget.mobile.json index b3eab1a..a6b414a 100644 --- a/tests/exampleSiteWithVideo/budget.mobile.json +++ b/tests/exampleSiteWithVideo/budget.mobile.json @@ -11,7 +11,7 @@ }, "score": { "bestpractice": 93, - "privacy": 88, + "privacy": 89, "performance": 77 } } |