1. Build the benchmark using yarn bazel build //packages/core/test/render3/perf:${BENCHMARK}.min_debug.js --config=ivy
  2. Open this file using the file:// protocol and add ?benchmark=BENCHMARK to the URL.
  3. Note: You should likely run this in an incognito browser with the "no-turbo-inlining" flag.
    On Chrome, the command would be /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome -incognito --js-flags="--no-turbo-inlining"
  4. Open debug console for details. Benchmark profiles are available in the "JavaScript Profiler" tab of Chrome DevTools.