From fc4fc6b243d6bba3036ccd63e0dc4d82873693a5 Mon Sep 17 00:00:00 2001 From: Bas Schouten Date: Tue, 3 Sep 2024 17:46:30 +0000 Subject: [PATCH] Replace S21 numbers by A55 since they are more useful at the moment. --- details.html | 13 ++++++++++--- index.html | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/details.html b/details.html index 9950490..38cacfe 100644 --- a/details.html +++ b/details.html @@ -63,6 +63,13 @@ platform = 'android-hw-s21-13-0-android-aarch64-shippable-qr'; likelyDataURL = 'https://sql.telemetry.mozilla.org/api/queries/90959/results.json?api_key=uuoiM8Xdob1HcGB5UxdFG3TvZi6D08kfNR5pWC9O'; timeWindow = '4wk'; + } else if (searchParams.get('os') == 'android-a55') { + total_sig_firefox = 182595; + total_sig_chrome = 183909; + total_sig_car = 184707; + platform = 'android-hw-a55-14-0-android-aarch64-shippable-qr'; + likelyDataURL = 'https://sql.telemetry.mozilla.org/api/queries/90959/results.json?api_key=uuoiM8Xdob1HcGB5UxdFG3TvZi6D08kfNR5pWC9O'; + timeWindow = '4wk'; } else if (searchParams.get('os') == 'android-p6') { total_sig_firefox = 5051862; total_sig_chrome = 5050973; @@ -277,7 +284,7 @@ document.getElementById("linuxbutton").style = "background-color:gray;"; } else if (searchParams.get('os') == 'android') { document.getElementById("mobilebutton").style.backgroundColor = "gray"; - } else if (searchParams.get('os') == 'android-s21') { + } else if (searchParams.get('os') == 'android-a55') { document.getElementById("mobilebutton2").style.backgroundColor = "gray"; } else if (searchParams.get('os') == 'android-p6') { document.getElementById("mobilebutton3").style.backgroundColor = "gray"; @@ -382,7 +389,7 @@ } }; - if (platform == 'android-hw-s21-13-0-android-aarch64-shippable-qr' || platform == 'android-hw-p6-13-0-android-aarch64-shippable-qr') { + if (platform == 'android-hw-s21-13-0-android-aarch64-shippable-qr' || platform == 'android-hw-p6-13-0-android-aarch64-shippable-qr' || platform == 'android-hw-a55-14-0-android-aarch64-shippable-qr') { cfg.options.plugins = {}; } @@ -526,7 +533,7 @@ Overall WindowsWindows (New)Linux Mac OSXMac OSX (M2) - Android (A51)Android (S21)Android (Pixel 6) + Android (A51)Android (A55)Android (Pixel 6)

Current Status (lower is better)

diff --git a/index.html b/index.html index 2a158af..ae72f6b 100644 --- a/index.html +++ b/index.html @@ -363,7 +363,7 @@ Overall WindowsWindows (New)Linux Mac OSXMac OSX (M2) - Android (A51)Android (S21)Android (Pixel 6) + Android (A51)Android (A55)Android (Pixel 6) -- 2.47.3