mozilla / positron

a experimental, Electron-compatible runtime on top of Gecko
Other
567 stars 64 forks source link

benchmark Positron perf and compare it to Electron #88

Open mykmelez opened 8 years ago

mykmelez commented 8 years ago

It'd be useful to benchmark the perf of Positron versus Electron, to get a sense of how they differ, and where we're slow. I'm not sure exactly what kind of perf to measure, but some ideas include: web page rendering in a BrowserWindow, web page rendering in a <webview> element, module loading, and &webview> element creation/insertion.

brendandahl commented 8 years ago

Another thought is startup time. I've seen a few people gripe about electron's startup time.