Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A set of benchmarks for
@solana/keys
(#2356)
Node LTS (20) ``` ┌─────────┬───────────────────┬──────────┬───────────────────┬──────────┬─────────┐ │ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │ ├─────────┼───────────────────┼──────────┼───────────────────┼──────────┼─────────┤ │ 0 │ 'generateKeyPair' │ '10,138' │ 98630.77218934878 │ '±2.25%' │ 5070 │ │ 1 │ 'signBytes' │ '14,355' │ 69658.12245750854 │ '±2.16%' │ 7178 │ │ 2 │ 'verifySignature' │ '6,735' │ 148476.5546318311 │ '±1.25%' │ 3368 │ └─────────┴───────────────────┴──────────┴───────────────────┴──────────┴─────────┘ ``` Node 21 ``` ┌─────────┬───────────────────┬──────────┬────────────────────┬──────────┬─────────┐ │ (index) │ Task Name │ ops/sec │ Average Time (ns) │ Margin │ Samples │ ├─────────┼───────────────────┼──────────┼────────────────────┼──────────┼─────────┤ │ 0 │ 'generateKeyPair' │ '11,864' │ 84284.08410584877 │ '±2.39%' │ 5933 │ │ 1 │ 'signBytes' │ '15,353' │ 65131.59020450661 │ '±1.34%' │ 7677 │ │ 2 │ 'verifySignature' │ '6,917' │ 144570.39404451908 │ '±0.51%' │ 3459 │ └─────────┴───────────────────┴──────────┴────────────────────┴──────────┴─────────┘ ```
- Loading branch information