-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add Option to Suppress Pre- and Post-Retrieve Events (#854)
* feat: add option to suppress retrieve events * chore: auto-update metadata coverage in METADATA_SUPPORT.md * test: record perf * test: draft unit test * chore: auto-update metadata coverage in METADATA_SUPPORT.md * test: update description to be more accurate since the apiVersionRetrieve event is not suppressed * test: simplify expects * test: record perf * test: only check for absence of specific events * test: record perf --------- Co-authored-by: svc-cli-bot <svc_cli_bot@salesforce.com>
- Loading branch information
1 parent
4b5017b
commit 2eef7d5
Showing
10 changed files
with
87 additions
and
14 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
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
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
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
8 changes: 4 additions & 4 deletions
8
test/nuts/perfResults/x64-linux-2xIntel-Xeon-CPU-E5-2673-v3-2-40GHz/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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 314.8237599999993 | ||
"duration": 344.26991400000406 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 7607.062248000002 | ||
"duration": 8409.486489000003 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 6249.7481109999935 | ||
"duration": 6911.691437000001 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 5729.999462999986 | ||
"duration": 5980.411838 | ||
} | ||
] |
8 changes: 4 additions & 4 deletions
8
test/nuts/perfResults/x64-linux-2xIntel-Xeon-CPU-E5-2673-v3-2-40GHz/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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 677.3227829999814 | ||
"duration": 666.2776299999969 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 11628.18376700001 | ||
"duration": 11784.642793000006 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 9789.493870999984 | ||
"duration": 9004.190682999993 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 8767.531892999978 | ||
"duration": 8077.6561640000145 | ||
} | ||
] |
8 changes: 4 additions & 4 deletions
8
test/nuts/perfResults/x64-linux-2xIntel-Xeon-CPU-E5-2673-v3-2-40GHz/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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
[ | ||
{ | ||
"name": "componentSetCreate", | ||
"duration": 1097.0085559999861 | ||
"duration": 1166.675390999997 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 16553.773215000023 | ||
"duration": 18113.351571000007 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 14349.35624600001 | ||
"duration": 14997.718697000004 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 14337.243206000014 | ||
"duration": 13485.154669999989 | ||
} | ||
] |
18 changes: 18 additions & 0 deletions
18
test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/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": 199.62190299999202 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 5130.159515000007 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 4675.235429000022 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 3208.6088720000116 | ||
} | ||
] |
18 changes: 18 additions & 0 deletions
18
test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/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": 410.4985020000022 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 7788.398672999989 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 8867.863911000022 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 4871.89470200002 | ||
} | ||
] |
18 changes: 18 additions & 0 deletions
18
...ts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/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": 656.9274350000196 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 11477.084537999996 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 11235.755581000005 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 8346.796450999973 | ||
} | ||
] |