From: Bas Schouten Date: Wed, 26 Jun 2024 11:55:53 +0000 (+0000) Subject: Add new Windows HW to the dashboard and remove annotations other than benchmark relea... X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=5263281f07b39b2bad3cfada0d3330c611aa9dfa;p=sp3dashboard.git Add new Windows HW to the dashboard and remove annotations other than benchmark release to reduce clutter. --- diff --git a/details.html b/details.html index 6b2736b..9950490 100644 --- a/details.html +++ b/details.html @@ -35,6 +35,8 @@ total_sig_chrome = 4589463; total_sig_car = 4836588; platform = 'macosx1015-64-shippable-qr'; + } else if (searchParams.get('os') == 'windows-new') { + platform = 'windows11-64-shippable-qr'; } else if (searchParams.get('os') == 'osxm2') { total_sig_firefox = 5042783; total_sig_chrome = 5044184; @@ -269,6 +271,8 @@ function loadChart() { if (searchParams.get('os') == 'osx') { document.getElementById("macbutton").style = "background-color:gray;"; + } else if (searchParams.get('os') == 'windows-new') { + document.getElementById("winnewbutton").style = "background-color:gray;"; } else if (searchParams.get('os') == 'linux') { document.getElementById("linuxbutton").style = "background-color:gray;"; } else if (searchParams.get('os') == 'android') { @@ -353,82 +357,6 @@ plugins: { annotation: { annotations: { - line5: { - type: 'line', - xMin: '2023-06-07 00:00', - xMax: '2023-06-07 00:00', - borderColor: 'black', - borderWidth: 2, - }, - label5: { - type: 'label', - xValue: '2023-06-07 00:00', - yValue: platform == 'android-hw-a51-11-0-aarch64-shippable-qr' ? 200 : 40, - backgroundColor: 'rgb(255,128,128)', - content: ['Multiple Tests Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line6: { - type: 'line', - xMin: '2023-06-15 08:00', - xMax: '2023-06-15 08:00', - borderColor: 'black', - borderWidth: 2, - }, - label6: { - type: 'label', - xValue: '2023-06-15 08:00', - yValue: platform == 'android-hw-a51-11-0-aarch64-shippable-qr' ? 200 : 40, - backgroundColor: 'rgb(255,128,128)', - content: ['Perf-Dashboard Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line7: { - type: 'line', - xMin: '2023-07-04 21:00', - xMax: '2023-07-04 21:00', - borderColor: 'black', - borderWidth: 2, - }, - label7: { - type: 'label', - xValue: '2023-07-04 21:00', - yValue: platform == 'android-hw-a51-11-0-aarch64-shippable-qr' ? 200 : 40, - backgroundColor: 'rgb(255,128,128)', - content: ['rAF Switch/Tests Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line8: { - type: 'line', - xMin: '2023-12-30 17:00', - xMax: '2023-12-30 17:00', - borderColor: 'black', - borderWidth: 2, - }, - label8: { - type: 'label', - xValue: '2023-12-30 17:00', - yValue: platform == 'android-hw-a51-11-0-aarch64-shippable-qr' ? 200 : 40, - backgroundColor: 'rgb(255,128,128)', - content: ['Complex-DOM Workloads/Freeze'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, line9: { type: 'line', xMin: '2024-03-09 00:00', @@ -596,7 +524,7 @@
- +
Overall
WindowsLinux
WindowsWindows (New)Linux
Mac OSXMac OSX (M2)
Android (A51)Android (S21)Android (Pixel 6)
diff --git a/index.html b/index.html index 069059b..995e0fd 100644 --- a/index.html +++ b/index.html @@ -226,101 +226,6 @@ plugins: { annotation: { annotations: { - line4: { - type: 'line', - xMin: '2023-04-14 08:00', - xMax: '2023-04-14 08:00', - borderColor: 'black', - borderWidth: 2, - }, - label4: { - type: 'label', - xValue: '2023-04-14 08:00', - yValue: 40, - backgroundColor: 'rgb(255,128,128)', - content: ['Svelte Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line5: { - type: 'line', - xMin: '2023-06-07 00:00', - xMax: '2023-06-07 00:00', - borderColor: 'black', - borderWidth: 2, - }, - label5: { - type: 'label', - xValue: '2023-06-07 00:00', - yValue: 40, - backgroundColor: 'rgb(255,128,128)', - content: ['Multiple Tests Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line6: { - type: 'line', - xMin: '2023-06-15 08:00', - xMax: '2023-06-15 08:00', - borderColor: 'black', - borderWidth: 2, - }, - label6: { - type: 'label', - xValue: '2023-06-15 08:00', - yValue: 40, - backgroundColor: 'rgb(255,128,128)', - content: ['Perf-Dashboard Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line7: { - type: 'line', - xMin: '2023-07-04 21:00', - xMax: '2023-07-04 21:00', - borderColor: 'black', - borderWidth: 2, - }, - label7: { - type: 'label', - xValue: '2023-07-04 21:00', - yValue: 40, - backgroundColor: 'rgb(255,128,128)', - content: ['rAF Switch/Tests Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line8: { - type: 'line', - xMin: '2023-12-30 17:00', - xMax: '2023-12-30 17:00', - borderColor: 'black', - borderWidth: 2, - }, - label8: { - type: 'label', - xValue: '2023-12-30 17:00', - yValue: 40, - backgroundColor: 'rgb(255,128,128)', - content: ['Complex-DOM Workloads/Freeze'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, line9: { type: 'line', xMin: '2024-03-09 00:00', @@ -391,101 +296,6 @@ plugins: { annotation: { annotations: { - line4: { - type: 'line', - xMin: '2023-04-14 08:00', - xMax: '2023-04-14 08:00', - borderColor: 'black', - borderWidth: 2, - }, - label4: { - type: 'label', - xValue: '2023-04-14 08:00', - yValue: 200, - backgroundColor: 'rgb(255,128,128)', - content: ['Svelte Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line5: { - type: 'line', - xMin: '2023-06-07 00:00', - xMax: '2023-06-07 00:00', - borderColor: 'black', - borderWidth: 2, - }, - label5: { - type: 'label', - xValue: '2023-06-07 00:00', - yValue: 200, - backgroundColor: 'rgb(255,128,128)', - content: ['Multiple Tests Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line6: { - type: 'line', - xMin: '2023-06-15 08:00', - xMax: '2023-06-15 08:00', - borderColor: 'black', - borderWidth: 2, - }, - label6: { - type: 'label', - xValue: '2023-06-15 08:00', - yValue: 200, - backgroundColor: 'rgb(255,128,128)', - content: ['Perf-Dashboard Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line7: { - type: 'line', - xMin: '2023-07-04 21:00', - xMax: '2023-07-04 21:00', - borderColor: 'black', - borderWidth: 2, - }, - label7: { - type: 'label', - xValue: '2023-07-04 21:00', - yValue: 200, - backgroundColor: 'rgb(255,128,128)', - content: ['rAF Switch/Tests Added'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, - line8: { - type: 'line', - xMin: '2023-12-30 17:00', - xMax: '2023-12-30 17:00', - borderColor: 'black', - borderWidth: 2, - }, - label8: { - type: 'label', - xValue: '2023-12-30 17:00', - yValue: 200, - backgroundColor: 'rgb(255,128,128)', - content: ['Complex-DOM Workloads/Freeze'], - font: { - size: 14 - }, - rotation: -90, - borderRadius: 4 - }, line9: { type: 'line', xMin: '2024-03-09 00:00', @@ -568,7 +378,7 @@
- +
Overall
WindowsLinux
WindowsWindows (New)Linux
Mac OSXMac OSX (M2)
Android (A51)Android (S21)Android (Pixel 6)