-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sm/zip reads readables earlier (#683)
* fix: close open readables sooner * perf: stats from zip writer fix :) * test: skip tests to see windows perf/nuts * chore: auto-update metadata coverage in METADATA_SUPPORT.md * test: record perf [ci skip] * fix: folder types don't zip immediately (thanks, nuts!) * test: skip ut (temporary) * chore: auto-update metadata coverage in METADATA_SUPPORT.md * test: record perf [ci skip] * test: chcnage mocks to keep tests from hanging * test: record perf [ci skip] * ci: don't try to record windows perf * test: record perf [ci skip] * chore: bump jsforce,core * chore: dedupe lockfile * test: record perf [ci skip] * Update src/convert/streams.ts Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]> * Update .circleci/config.yml Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]> * ci: fix job naming * test: record perf [ci skip] Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]>
- Loading branch information
1 parent
ca35eed
commit 602b78d
Showing
12 changed files
with
120 additions
and
196 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -172,18 +172,22 @@ workflows: | |
- os: windows | ||
node_version: maintenance | ||
- release-management/test-nut: | ||
name: nuts-on-linux | ||
sfdx_version: latest | ||
node_version: lts | ||
size: large | ||
# git config so it can push without --set-upstream | ||
command: 'git config --global push.default current; git config --global user.email [email protected]; yarn test:nuts:scale:record' | ||
matrix: | ||
parameters: | ||
os: | ||
- linux | ||
- windows | ||
# required because this will commit to github | ||
context: salesforce-cli | ||
os: linux | ||
# I wish we could *also* record the CI perf for windows, but I can't figure out the syntax | ||
# until then, run as a separate job to test scaling for larger repos | ||
- release-management/test-nut: | ||
name: nuts-on-windows | ||
sfdx_version: latest | ||
node_version: lts | ||
size: large | ||
command: 'yarn test:nuts:scale' | ||
os: windows | ||
filters: | ||
branches: | ||
ignore: main | ||
|
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-darwin-16xIntel-Core-i9-9980HK-CPU--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": 503.34397998452187 | ||
"duration": 492.98764300346375 | ||
}, | ||
{ | ||
"name": "sourceToMdapi", | ||
"duration": 5195.863053023815 | ||
"duration": 5277.533275008202 | ||
}, | ||
{ | ||
"name": "sourceToZip", | ||
"duration": 4191.627218991518 | ||
"duration": 3976.5643639862537 | ||
}, | ||
{ | ||
"name": "mdapiToSource", | ||
"duration": 7129.984247982502 | ||
"duration": 7064.533327996731 | ||
} | ||
] |
Oops, something went wrong.