Explore Next Bundler Architecture
Use the Rust benchmark example with hotpath enabled to generate a profiling report for the
module graph build:
cargo run -p unpack_core --example bench2 --features hotpathAdd hotpath-alloc as well if you want allocation metrics in the report:
cargo run -p unpack_core --example bench2 --features hotpath,hotpath-alloc