Skip to content

Commit 646ae56

Browse files
committed
refactor: add nx report
1 parent 0b20e82 commit 646ae56

File tree

1 file changed

+12
-0
lines changed
  • packages/cpu-prof/docs/case-study--nx-graph-time

1 file changed

+12
-0
lines changed

packages/cpu-prof/docs/case-study--nx-graph-time/Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Use native Node.js CPU profiling to analyze where time is spent when calculating
66

77
### Project Graph
88

9+
Save setup specification:
10+
11+
```bash
12+
nx report > ./profiles/nx-show-projects/nx-report.md
13+
```
14+
915
Measure the project graph creation:
1016

1117
```bash
@@ -18,6 +24,12 @@ node ./node_modules/nx/bin/nx.js show projects --json
1824

1925
### Task Graph
2026

27+
Save setup specification:
28+
29+
```bash
30+
nx report > ./profiles/nx-show-project/nx-report.md
31+
```
32+
2133
Measure the task graph creation:
2234

2335
```bash

0 commit comments

Comments
 (0)