-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
3,403 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## bundle | ||
|
||
## Results | ||
|
||
**Projects with bundle target:** 24 ( all v8 besides `perf-test-react-components` app) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## e2e | ||
|
||
## Results | ||
|
||
**Projects with e2e target:** 16 ( from which only 1 is a real e2e (fluentui/e2e - v0). The rest uses cypress component testing) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# `lint` | ||
|
||
## Results | ||
|
||
**Projects with lint target:** 172 | ||
|
||
## current build times within whole repo | ||
|
||
### CI | ||
|
||
| Run type | time | delta | | ||
| -------------------------------------- | ------ | ----- | | ||
| lage lint | 7m 21s | | | ||
| nx run-many --target=lint --parallel=8 | 6m 4s | 17.4% | | ||
|
||
### Local | ||
|
||
> - parallel 1 | ||
> - ??? projects have target:lint | ||
``` | ||
nx run-many --target=build --skip-nx-cache | ||
``` |
Oops, something went wrong.