diff --git a/packages/core/test/render3/perf/README.md b/packages/core/test/render3/perf/README.md index eb3dac46af..f87d28fc23 100644 --- a/packages/core/test/render3/perf/README.md +++ b/packages/core/test/render3/perf/README.md @@ -20,6 +20,13 @@ then connect with a debugger (the `--inspect-brk` option will make sure that ben The actual benchmark code has calls that will start (`console.profile`) and stop (`console.profileEnd`) a profiling session. +## Deoptigate + +``` +yarn add deoptigate +yarn deoptigate dist/bin/packages/core/test/render3/perf/${BENCHMARK}.min_debug.es2015.js +``` + ### Run All To run all of the benchmarks use the `profile_all.js` script: