Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 591 Bytes

BENCHMARK.md

File metadata and controls

17 lines (10 loc) · 591 Bytes

Benchmark

starknet-rs uses criterion for performance benchmarking.

Native

For native performance benchmark, simply run:

$ cargo bench --all

Or just cargo bench inside any crate with benchmark code.

WebAssembly

As a portable format, WebAssembly has many runtimes, including wasmer, wasmtime, Node.js, browsers, and more. Results are only provided for Node.js. For other runtimes, check out this guide from criterion.