Skip to content

Commit

Permalink
chore: bump core
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Apr 28, 2023
1 parent bceba7f commit ef89026
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"node": ">=14.0.0"
},
"dependencies": {
"@salesforce/core": "^3.34.8",
"@salesforce/core": "^3.34.9",
"@salesforce/kit": "^1.9.2",
"@salesforce/ts-types": "^1.7.2",
"archiver": "^5.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,10 @@
strip-ansi "6.0.1"
ts-retry-promise "^0.7.0"

"@salesforce/core@^3.34.6", "@salesforce/core@^3.34.8":
version "3.34.8"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.34.8.tgz#01d74a6548ca395502ad61fe6e6e0ddc83f2ad01"
integrity sha512-2BpnyHMzN7NOg/nXEQNxpditMfQ9oKD30wC1IpTbSeS5JxZYYCAdDZkL0CfbtUceJwj/E3/x6oldiW2zQugrVg==
"@salesforce/core@^3.34.6", "@salesforce/core@^3.34.9":
version "3.34.9"
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-3.34.9.tgz#3176fa71c32b2efe448840ed597c6f138557400e"
integrity sha512-+1U2ISyyQQwLR2a/0PeXB3ljm0Jw2Qk197EVIj48DPYav0rmidzb8pf45ZTRXkSVQkxUdzHp/X3w4FQFkDAbWg==
dependencies:
"@salesforce/bunyan" "^2.0.0"
"@salesforce/kit" "^1.9.2"
Expand Down

2 comments on commit ef89026

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: ef89026 Previous: bceba7f Ratio
eda-componentSetCreate-linux 215 ms 228 ms 0.94
eda-sourceToMdapi-linux 5946 ms 6124 ms 0.97
eda-sourceToZip-linux 4469 ms 4695 ms 0.95
eda-mdapiToSource-linux 3693 ms 4296 ms 0.86
lotsOfClasses-componentSetCreate-linux 404 ms 449 ms 0.90
lotsOfClasses-sourceToMdapi-linux 6988 ms 8956 ms 0.78
lotsOfClasses-sourceToZip-linux 6131 ms 7052 ms 0.87
lotsOfClasses-mdapiToSource-linux 4086 ms 4794 ms 0.85
lotsOfClassesOneDir-componentSetCreate-linux 702 ms 784 ms 0.90
lotsOfClassesOneDir-sourceToMdapi-linux 10857 ms 11965 ms 0.91
lotsOfClassesOneDir-sourceToZip-linux 8797 ms 10676 ms 0.82
lotsOfClassesOneDir-mdapiToSource-linux 7206 ms 9197 ms 0.78

This comment was automatically generated by workflow using github-action-benchmark.

@svc-cli-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: ef89026 Previous: bceba7f Ratio
eda-componentSetCreate-win32 423 ms 387 ms 1.09
eda-sourceToMdapi-win32 8608 ms 7802 ms 1.10
eda-sourceToZip-win32 6131 ms 6294 ms 0.97
eda-mdapiToSource-win32 8302 ms 7130 ms 1.16
lotsOfClasses-componentSetCreate-win32 978 ms 803 ms 1.22
lotsOfClasses-sourceToMdapi-win32 11811 ms 10541 ms 1.12
lotsOfClasses-sourceToZip-win32 8736 ms 7504 ms 1.16
lotsOfClasses-mdapiToSource-win32 10115 ms 8863 ms 1.14
lotsOfClassesOneDir-componentSetCreate-win32 1612 ms 1451 ms 1.11
lotsOfClassesOneDir-sourceToMdapi-win32 20320 ms 17294 ms 1.17
lotsOfClassesOneDir-sourceToZip-win32 13840 ms 12202 ms 1.13
lotsOfClassesOneDir-mdapiToSource-win32 18038 ms 15364 ms 1.17

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.