-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: only delete non-forceignored sub-directories (#847)
* fix: only delete non-forceignored sub-directories * test: record perf --------- Co-authored-by: svc-cli-bot <[email protected]>
- Loading branch information
1 parent
679e958
commit 90e9415
Showing
4 changed files
with
72 additions
and
11 deletions.
There are no files selected for viewing
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
18 changes: 18 additions & 0 deletions
18
test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8272CL-CPU-2-60GHz/eda.json
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,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 206.49349700001767 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 5455.362960000028 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 5237.455126999994 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 3759.678862999979 | ||
} | ||
] |
18 changes: 18 additions & 0 deletions
18
test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8272CL-CPU-2-60GHz/lotsOfClasses.json
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,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 407.67415299999993 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 7544.196715999977 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 6185.875728999992 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 4336.305462999997 | ||
} | ||
] |
18 changes: 18 additions & 0 deletions
18
...s/perfResults/x64-linux-2xIntel-Xeon-Platinum-8272CL-CPU-2-60GHz/lotsOfClassesOneDir.json
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,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 704.1282699999865 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 10994.699290999997 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 9647.811220000003 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 8051.59345700001 | ||
} | ||
] |