test(ivy): add instructions for deoptigate (#33357)

PR Close #33357
This commit is contained in:
Miško Hevery 2019-10-23 09:26:27 -07:00 committed by Andrew Kushnir
parent 66519de2dd
commit bd89626e2e
1 changed files with 7 additions and 0 deletions

View File

@ -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: