- Build the benchmark using yarn bazel build //packages/core/test/render3/perf:${BENCHMARK}.min_debug.js
--config=ivy
- Open this file using the file:// protocol and add ?benchmark=BENCHMARK to the URL.
-
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"
- Open debug console for details. Benchmark profiles are available in the "JavaScript Profiler" tab of Chrome
DevTools.