- Download this as ZIP
- Install deps with
npm i - Run
node process-bench.js "electron ."(withelectroninstalled globally), ornode process-bench.js "node_modules/.bin/electron ."
Additionally, you can test the running with a package manager:
- Run
node process-bench.js "npm start" - Run
node process-bench.js "yarn start"(npm install --global yarn)