From: Bas Schouten Date: Thu, 13 Mar 2025 16:45:08 +0000 (+0000) Subject: Update platform name for Windows 11. X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=fb7edb7853121652dce7fd3e49e1211ff46c8154;p=sp3dashboard.git Update platform name for Windows 11. --- 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;