mirror of
https://github.com/IRS-Public/direct-file.git
synced 2025-06-28 15:27:41 +00:00
initial commit
This commit is contained in:
parent
2f3ebd6693
commit
e0d5c84451
3413 changed files with 794524 additions and 1 deletions
7
docs/rfc/tsc-perf-profile-generation.md
Normal file
7
docs/rfc/tsc-perf-profile-generation.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# How to generate a tsc perf build
|
||||
|
||||
1. Make sure that the normal lint steps run first to generate all the factgraph related stuff
|
||||
2. `cd` into the package whose tsc build you'd like to test (probably df-client-app/)
|
||||
3. Run `npx tsc --generateTrace ~/my-tsc-trace-output-directory` replacing the output directory with whatever you'd like
|
||||
4. Open chrome, in the address bar type `chrome://tracing/`
|
||||
5. Click the load button to open up the trace generated in step 3. (Should be a json file called `trace.json`)
|
Loading…
Add table
Add a link
Reference in a new issue