A tool to profile RPC Endpoints
- Rename
example.secrets.js
tosecrets.js
- Add your keys to
secrets.js
- Ensure Nodejs is installed on your machine
- Run
yarn
- Confirm which tests you would like to run. You can comment out some at the bottom of the
index.js
page to only run a subset. It's best not to run theSpeed Tests
andConcurrent requests tests
at the same time as they might interfere with each other. - Run
yarn start