https://github.com/gregdhill/bench-secp256k1-wasm
https://github.com/gregdhill/bench-secp256k1-wasm
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregdhill/bench-secp256k1-wasm
- Owner: gregdhill
- Created: 2021-02-02T11:49:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-02T16:05:06.000Z (over 5 years ago)
- Last Synced: 2025-06-15T04:46:09.589Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secp256k1 Wasm Benchmarks
```
$ cargo bench
test bitcoin_core_libsecp256k1::bench_libsecp256k1 ... bench: 35,490 ns/iter (+/- 1,263)
test parity_libsecp256k1::bench_libsecp256k1 ... bench: 105,328 ns/iter (+/- 14,306)
test rust_crypto_libsecp256k1::bench_libsecp256k1 ... bench: 58,396 ns/iter (+/- 4,284)
```