Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.31 KB

Examples

Commands

All commands below are to be run from typescript directory.

To run it directly, ensure nvm 0.39+ is installed.

Environment variables:

export ACCOUNT_ADDRESS=
export PUBLIC_KEY=
export PRIVATE_KEY=
export ETHEREUM_ACCOUNT=
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install
yarn install
yarn run app
yarn run bench

Benchmarks

┌─────────┬─────────────┬─────────┬───────────────────┬──────────┬─────────┐
│ (index) │ Task Name   │ ops/sec │ Average Time (ns) │ Margin   │ Samples │
├─────────┼─────────────┼─────────┼───────────────────┼──────────┼─────────┤
│ 0       │ 'signs/sec''50'    │ 19777384.0392157  │ '±0.28%' │ 51      │
└─────────┴─────────────┴─────────┴───────────────────┴──────────┴─────────┘