ZacWalk / electron-bench

An Electron app to to benchmarks IPC performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An Electron app to to benchmarks IPC performance.

License:MIT License


Languages

Language:JavaScript 80.3%Language:HTML 16.3%Language:CSS 3.4%