From 33f8478ee9a5a79abfdb6afef378ea0954c0a002 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Fri, 9 Dec 2022 14:12:31 +0000 Subject: [PATCH] readme: add extra info to benchmarking --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a4e6330..d35e7f1 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Gluon (and it's subprojects) use a `major.patch` version format, with major rele ### Benchmark / Stats -*Basic (plain HTML) Hello World demo, measured on up to date Windows 10. Used latest stable versions of all frameworks as of 9th Dec 2022.* +Basic (plain HTML) Hello World demo, measured on up to date Windows 10. Used latest stable versions of all frameworks as of 9th Dec 2022. | Stat | Gluon | Electron | Tauri | Neutralinojs | | ---- | ----- | -------- | ------------ | ----- | @@ -37,6 +37,8 @@ Gluon (and it's subprojects) use a `major.patch` version format, with major rele | Memory Usage | ~90MB[^gluon] | ~100MB | ~90MB | ~90MB | | Backend[^1] Memory Usage | ~13MB[^gluon] | ~22MB | ~3MB | ~3MB | +*Extra info: All HTML/CSS/JS is unminified (including Gluon). All binaries were left as compiled with common size optimizations enabled for that language, no stripping/packing done.* + [^system]: Does not include system installed components [^gluon]: Early/WIP data, may change in future