From d88f417095acaad800d77d809d9ab1d4a38101e8 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Fri, 9 Dec 2022 19:06:55 +0000 Subject: [PATCH] readme/benchmark: update electron to reflect 64bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8911c9f..8e9f844 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Basic (plain HTML) Hello World demo, measured on up to date Windows 10. Used lat | Stat | Gluon | Electron | Tauri | Neutralinojs | | ---- | ----- | -------- | ------------ | ----- | -| Build Size | ~0.5MB[^system][^gluon][^1] | ~190MB | ~1.8MB[^system] | ~2.6MB[^system] | +| Build Size | ~0.5MB[^system][^gluon][^1] | ~220MB | ~1.8MB[^system] | ~2.6MB[^system] | | Memory Usage | ~90MB[^gluon] | ~100MB | ~90MB | ~90MB | | Backend[^2] Memory Usage | ~13MB[^gluon] | ~22MB | ~3MB | ~3MB | | Build Time | ~0.7s[^3] | ~20s[^4] | ~120s[^5] | ~2s[^3][^6] |