From a8e0eb279f02cdad5f0be139e7d5912f208aebf0 Mon Sep 17 00:00:00 2001 From: CanadaHonk Date: Fri, 9 Dec 2022 19:00:24 +0000 Subject: [PATCH] readme/benchmark: add built time --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f7a217..8911c9f 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ Basic (plain HTML) Hello World demo, measured on up to date Windows 10. Used lat | Build Size | ~0.5MB[^system][^gluon][^1] | ~190MB | ~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] | *Extra info: All HTML/CSS/JS is unminified (including Gluon). Built in release configuration. All binaries were left as compiled with common size optimizations enabled for that language, no stripping/packing done.* @@ -44,4 +45,8 @@ Basic (plain HTML) Hello World demo, measured on up to date Windows 10. Used lat [^gluon]: Early/WIP data, may change in future. [^1]: *How is Gluon so small?* Since NodeJS is expected as a system installed component, it is "just" bundled and minified Node code. -[^2]: Backend like non-Web (not Chromium/WebView2/etc). \ No newline at end of file +[^2]: Backend like non-Web (not Chromium/WebView2/etc). +[^3]: Includes Node.JS spinup time. +[^4]: Built for win32 zip (not Squirrel) as a fairer comparison +[^5]: Cold build (includes deps compiling) in release mode. +[^6]: Using `neu build -r` \ No newline at end of file