readme: add extra info to benchmarking

This commit is contained in:
CanadaHonk 2022-12-09 14:12:31 +00:00
parent f7b3a1e364
commit 33f8478ee9

View File

@ -29,7 +29,7 @@ Gluon (and it's subprojects) use a `major.patch` version format, with major rele
### Benchmark / Stats ### 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 | | 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 | | Memory Usage | ~90MB[^gluon] | ~100MB | ~90MB | ~90MB |
| Backend[^1] Memory Usage | ~13MB[^gluon] | ~22MB | ~3MB | ~3MB | | 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 [^system]: Does not include system installed components
[^gluon]: Early/WIP data, may change in future [^gluon]: Early/WIP data, may change in future