From 80d0bbcdff82e5b7ec450dc7e1b36fde3fa655af Mon Sep 17 00:00:00 2001 From: Mauro Balades Date: Thu, 8 Aug 2024 11:14:49 +0200 Subject: [PATCH] chore: Update Zen browser components submodule commit reference --- docs/performance.md | 8 +++++--- flatpak/io.github.zen_browser.zen.yml.template | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/performance.md b/docs/performance.md index 738c7cab..f4c862b3 100644 --- a/docs/performance.md +++ b/docs/performance.md @@ -39,6 +39,7 @@ https://web.basemark.com/ | | score: |CSS | HTML5 | Page load and Responsiveness | Resize Cap. | |-----------|-----|-----|-------|------------------------------|-------------| +| 1.0.0-a.15-opt | 2141.63 | 59% | 91% | 90% | 76% | | 1.0.0-a.13-opt | 1658.87 | 59% | 91% | 90% | 76% | | 1.0.0-a.12-opt | 1874.49 | 59% | 91% | 91% | 76% | | 1.0.0-a.11-opt | 1678.49 | 59% | 91% | 91% | 76% | @@ -57,10 +58,10 @@ https://web.basemark.com/ ```mermaid xychart-beta title "Performance over time (Higher is better)" - x-axis [.3, .4, .6, .7, .8, .9, .10, .11, .12, .13] + x-axis [.3, .4, .6, .7, .8, .9, .10, .11, .12, .13, .15] y-axis "Benchmark Points" - bar [475.52, 470.49, 1747.98, 1964.43, 446.74, 470, 1660.89, 1678.49, 1874.49, 1658.87 ] - line [475.52, 470.49, 1747.98, 1964.43, 446.74, 470, 1660.89, 1678.49, 1874.49, 1658.87 ] + bar [475.52, 470.49, 1747.98, 1964.43, 446.74, 470, 1660.89, 1678.49, 1874.49, 1658.87, 2141.63] + line [475.52, 470.49, 1747.98, 1964.43, 446.74, 470, 1660.89, 1678.49, 1874.49, 1658.87, 2141.63] ``` ## Speedometer3.0 @@ -69,6 +70,7 @@ https://browserbench.org/Speedometer3.0/ | | score: | |-----------|-----| +| 1.0.0-a.15-opt | TODO | | 1.0.0-a.13-opt | 21.1 | | 1.0.0-a.12-opt | 21.5 | | 1.0.0-a.11-opt | 20.8 | diff --git a/flatpak/io.github.zen_browser.zen.yml.template b/flatpak/io.github.zen_browser.zen.yml.template index d2e3fd41..5e840e1f 100644 --- a/flatpak/io.github.zen_browser.zen.yml.template +++ b/flatpak/io.github.zen_browser.zen.yml.template @@ -4,7 +4,7 @@ runtime-version: '23.08' sdk: org.freedesktop.Sdk base: org.mozilla.firefox.BaseApp base-version: '23.08' -command: /app/zen/zen +command: launch-script.sh finish-args: - --share=ipc - --share=network @@ -27,6 +27,7 @@ modules: build-commands: - mv zen /app/ + - install -Dm0755 metadata/launch-script.sh ${FLATPAK_DEST}/bin/launch-script.sh - install -Dm0644 metadata/policies.json ${{FLATPAK_DEST}}/bin/distribution/policies.json - install -Dm0644 metadata/icons/io.github.zen_browser.zen.png ${{FLATPAK_DEST}}/share/icons/hicolor/256x256/apps/${{FLATPAK_ID}}.png - install -Dm0644 metadata/io.github.zen_browser.zen.metainfo.xml ${{FLATPAK_DEST}}/share/metainfo/${{FLATPAK_ID}}.metainfo.xml