/electron-bench

An Electron app to to benchmarks IPC performance.

Primary LanguageJavaScriptMIT LicenseMIT

electron-bench

This Electron app tests various latencies for different IPC scenarios.

To run it

git clone https://github.com/ZacWalk/electron-bench.git
cd electron-bench
npm install
npm start

What you should see:

IPC Best practices document

IPC Best practices document is a document that we put together pointing out some limitations of Electron IPC, when it comes to it's bandwidth. We have measured some data to give you and idea.