starknet-rs
uses criterion
for performance benchmarking.
For native performance benchmark, simply run:
$ cargo bench --all
Or just cargo bench
inside any crate with benchmark code.
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
.