From fb7edb7853121652dce7fd3e49e1211ff46c8154 Mon Sep 17 00:00:00 2001 From: Bas Schouten Date: Thu, 13 Mar 2025 16:45:08 +0000 Subject: [PATCH] Update platform name for Windows 11. --- details-subtests.html | 2 +- details.html | 8 ++++---- index.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/details-subtests.html b/details-subtests.html index 1a0778e..744e2ab 100644 --- a/details-subtests.html +++ b/details-subtests.html @@ -25,7 +25,7 @@ if (searchParams.get('os') == 'osx') { platform = 'macosx1015-64-shippable-qr'; } else if (searchParams.get('os') == 'windows-new') { - platform = 'windows11-64-shippable-qr'; + platform = 'windows11-64-24h2-hw-ref-shippable'; } else if (searchParams.get('os') == 'osxm2') { platform = 'macosx1400-64-shippable-qr'; } else if (searchParams.get('os') == 'linux') { diff --git a/details.html b/details.html index 16a2f61..73a286d 100644 --- a/details.html +++ b/details.html @@ -36,10 +36,10 @@ total_sig_car = 4836588; platform = 'macosx1015-64-shippable-qr'; } else if (searchParams.get('os') == 'windows-new') { - total_sig_firefox = 87472; - total_sig_chrome = 92125; - total_sig_car = 92557; - platform = 'windows11-64-shippable-qr'; + total_sig_firefox = 5276630; + total_sig_chrome = 5279645; + total_sig_car = 5278169; + platform = 'windows11-64-24h2-hw-ref-shippable'; } else if (searchParams.get('os') == 'osxm2') { total_sig_firefox = 5042783; total_sig_chrome = 5044184; diff --git a/index.html b/index.html index cab3e9f..cdd36f7 100644 --- a/index.html +++ b/index.html @@ -109,7 +109,7 @@ switch (platform) { case 'windows10-64-shippable-qr': return 0.65; - case 'windows11-64-shippable-qr': + case 'windows11-64-24h2-hw-ref-shippable': return 0.15; case 'macosx1400-64-shippable-qr': return 0.2; -- 2.47.3