Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 422 Bytes

benchmark.md

File metadata and controls

33 lines (23 loc) · 422 Bytes

Benchmarking

Setup

Before running the benchmarks, set up the necessary fixtures with:

# in project root
just setup-bench

Benchmarking in Rust

# in project root
just bench

Benchmarking in Node.js

Make sure to build the Node.js bindings in release mode:

# in project root
yarn build --release

Then, in packages/bench:

# in packages/bench
yarn bench