From 7c7922bba6e6b60528c9d82ee5c08c7534f79dd0 Mon Sep 17 00:00:00 2001 From: Cristian Dominguez <6853656+cristiand391@users.noreply.github.com> Date: Tue, 4 Oct 2022 16:13:28 -0300 Subject: [PATCH] fix: bump core * fix: bump core * test: record perf Co-authored-by: SF-CLI-BOT --- package.json | 4 ++-- .../eda.json | 8 ++++---- .../lotsOfClasses.json | 8 ++++---- .../lotsOfClassesOneDir.json | 8 ++++---- yarn.lock | 8 ++++---- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/package.json b/package.json index dda8270bd0..d9397ea280 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "node": ">=14.0.0" }, "dependencies": { - "@salesforce/core": "^3.30.8", + "@salesforce/core": "^3.30.10", "@salesforce/kit": "^1.6.1", "@salesforce/ts-types": "^1.5.20", "@xmldom/xmldom": "^0.8.2", @@ -123,4 +123,4 @@ "path": "./node_modules/cz-conventional-changelog" } } -} \ No newline at end of file +} diff --git a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/eda.json b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/eda.json index 44ecf55f87..9259e63d78 100644 --- a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/eda.json +++ b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/eda.json @@ -1,18 +1,18 @@ [ { "name": "componentSetCreate", - "duration": 197.8062740000314 + "duration": 197.51509400000214 }, { "name": "sourceToMdapi", - "duration": 5338.978776999982 + "duration": 5877.151366999999 }, { "name": "sourceToZip", - "duration": 4433.559571999998 + "duration": 5290.5017290000105 }, { "name": "mdapiToSource", - "duration": 6825.319519999961 + "duration": 6807.484392000013 } ] \ No newline at end of file diff --git a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClasses.json b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClasses.json index 6fe4cbd23e..68c2a2c3ba 100644 --- a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClasses.json +++ b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClasses.json @@ -1,18 +1,18 @@ [ { "name": "componentSetCreate", - "duration": 401.4154649999691 + "duration": 395.9298290000006 }, { "name": "sourceToMdapi", - "duration": 8158.042217999988 + "duration": 7620.608355000004 }, { "name": "sourceToZip", - "duration": 6723.08442899998 + "duration": 7224.629343000008 }, { "name": "mdapiToSource", - "duration": 7021.386991000036 + "duration": 6781.243828000006 } ] \ No newline at end of file diff --git a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClassesOneDir.json b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClassesOneDir.json index dd85b4b756..8b68ec2131 100644 --- a/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClassesOneDir.json +++ b/test/nuts/perfResults/x64-linux-2xIntel-Xeon-Platinum-8370C-CPU-2-80GHz/lotsOfClassesOneDir.json @@ -1,18 +1,18 @@ [ { "name": "componentSetCreate", - "duration": 701.4275400000042 + "duration": 712.6349019999907 }, { "name": "sourceToMdapi", - "duration": 12828.85087699996 + "duration": 10835.973329 }, { "name": "sourceToZip", - "duration": 9517.812057000003 + "duration": 9996.543145999982 }, { "name": "mdapiToSource", - "duration": 13720.21484999999 + "duration": 13979.638694000023 } ] \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 4d67a09d36..a04186211d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -630,10 +630,10 @@ strip-ansi "6.0.1" ts-retry-promise "^0.7.0" -"@salesforce/core@^3.30.8": - version "3.30.8" - resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.30.8.tgz#e40ee555b4eae5c74ae337d74c5db5a8f0d5fc59" - integrity sha512-5ixL5R9F600RfHtskuFLossGWAa2BDzysQk6Ns5OsHLY87U/1bH8edf+fubamf3aDaZaMIrcBoucQ2OJVmPtYw== +"@salesforce/core@^3.30.10", "@salesforce/core@^3.30.8": + version "3.30.10" + resolved "https://registry.npmjs.org/@salesforce/core/-/core-3.30.10.tgz#146724f2bbc294afbcb3fa41eac281d5d880f2f7" + integrity sha512-mVt/gLuF/zimBEs1oDThHm6GjKCRYkc6MuLjfwZrAo3m2H2QFH828HZEVU0nulkC4lF7F0kMXuLqk8n6sWwScw== dependencies: "@salesforce/bunyan" "^2.0.0" "@salesforce/kit" "^1.5.41"