Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 498 Bytes

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.