-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f40833f
commit 01e173c
Showing
1 changed file
with
72 additions
and
3 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 |
---|---|---|
|
@@ -522,6 +522,26 @@ | |
strip-ansi "^6.0.0" | ||
xml2js "^0.6.2" | ||
|
||
"@jsforce/jsforce-node@^3.2.1": | ||
version "3.2.1" | ||
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.1.tgz#00fab05919e0cbe91ae4d873377e56cfbc087b98" | ||
integrity sha512-hjmZQbYVikm6ATmaErOp5NaKR2VofNZsrcGGHrdbGA+bAgpfg/+MA/HzRTb8BvYyPDq3RRc5A8Yk8gx9Vtcrxg== | ||
dependencies: | ||
"@sindresorhus/is" "^4" | ||
"@types/node" "^18.15.3" | ||
abort-controller "^3.0.0" | ||
base64url "^3.0.1" | ||
csv-parse "^5.5.2" | ||
csv-stringify "^6.4.4" | ||
faye "^1.4.0" | ||
form-data "^4.0.0" | ||
fs-extra "^8.1.0" | ||
https-proxy-agent "^5.0.0" | ||
multistream "^3.1.0" | ||
node-fetch "^2.6.1" | ||
strip-ansi "^6.0.0" | ||
xml2js "^0.6.2" | ||
|
||
"@nodelib/[email protected]": | ||
version "2.1.5" | ||
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5" | ||
|
@@ -588,6 +608,30 @@ | |
semver "^7.6.2" | ||
ts-retry-promise "^0.8.1" | ||
|
||
"@salesforce/core@^8.1.0": | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.0.tgz#8ee25acdacf9d70a6249907a2fe3503461f18766" | ||
integrity sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA== | ||
dependencies: | ||
"@jsforce/jsforce-node" "^3.2.1" | ||
"@salesforce/kit" "^3.1.6" | ||
"@salesforce/schemas" "^1.9.0" | ||
"@salesforce/ts-types" "^2.0.10" | ||
ajv "^8.16.0" | ||
change-case "^4.1.2" | ||
fast-levenshtein "^3.0.0" | ||
faye "^1.4.0" | ||
form-data "^4.0.0" | ||
js2xmlparser "^4.0.1" | ||
jsonwebtoken "9.0.2" | ||
jszip "3.10.1" | ||
pino "^9.2.0" | ||
pino-abstract-transport "^1.2.0" | ||
pino-pretty "^11.2.1" | ||
proper-lockfile "^4.1.2" | ||
semver "^7.6.2" | ||
ts-retry-promise "^0.8.1" | ||
|
||
"@salesforce/dev-config@^4.1.0": | ||
version "4.1.0" | ||
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e" | ||
|
@@ -5020,7 +5064,16 @@ srcset@^5.0.0: | |
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f" | ||
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA== | ||
|
||
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: | ||
"string-width-cjs@npm:string-width@^4.2.0": | ||
version "4.2.3" | ||
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" | ||
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== | ||
dependencies: | ||
emoji-regex "^8.0.0" | ||
is-fullwidth-code-point "^3.0.0" | ||
strip-ansi "^6.0.1" | ||
|
||
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3: | ||
version "4.2.3" | ||
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" | ||
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== | ||
|
@@ -5079,7 +5132,14 @@ string_decoder@~1.1.1: | |
dependencies: | ||
safe-buffer "~5.1.0" | ||
|
||
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", [email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1: | ||
"strip-ansi-cjs@npm:strip-ansi@^6.0.1": | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" | ||
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== | ||
dependencies: | ||
ansi-regex "^5.0.1" | ||
|
||
[email protected], strip-ansi@^6.0.0, strip-ansi@^6.0.1: | ||
version "6.0.1" | ||
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9" | ||
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A== | ||
|
@@ -5573,7 +5633,7 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343" | ||
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw== | ||
|
||
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0: | ||
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" | ||
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== | ||
|
@@ -5591,6 +5651,15 @@ wrap-ansi@^6.2.0: | |
string-width "^4.1.0" | ||
strip-ansi "^6.0.0" | ||
|
||
wrap-ansi@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43" | ||
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q== | ||
dependencies: | ||
ansi-styles "^4.0.0" | ||
string-width "^4.1.0" | ||
strip-ansi "^6.0.0" | ||
|
||
wrap-ansi@^8.1.0: | ||
version "8.1.0" | ||
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214" | ||
|
01e173c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-linux
185
ms183
ms1.01
eda-sourceToMdapi-linux
1980
ms2010
ms0.99
eda-sourceToZip-linux
1816
ms1790
ms1.01
eda-mdapiToSource-linux
2836
ms2797
ms1.01
lotsOfClasses-componentSetCreate-linux
483
ms417
ms1.16
lotsOfClasses-sourceToMdapi-linux
3695
ms3727
ms0.99
lotsOfClasses-sourceToZip-linux
3155
ms3138
ms1.01
lotsOfClasses-mdapiToSource-linux
3553
ms3531
ms1.01
lotsOfClassesOneDir-componentSetCreate-linux
640
ms612
ms1.05
lotsOfClassesOneDir-sourceToMdapi-linux
6581
ms6554
ms1.00
lotsOfClassesOneDir-sourceToZip-linux
5800
ms5627
ms1.03
lotsOfClassesOneDir-mdapiToSource-linux
6427
ms6261
ms1.03
This comment was automatically generated by workflow using github-action-benchmark.
01e173c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
eda-componentSetCreate-win32
431
ms435
ms0.99
eda-sourceToMdapi-win32
3780
ms3816
ms0.99
eda-sourceToZip-win32
2899
ms2905
ms1.00
eda-mdapiToSource-win32
6115
ms6182
ms0.99
lotsOfClasses-componentSetCreate-win32
892
ms897
ms0.99
lotsOfClasses-sourceToMdapi-win32
7405
ms7491
ms0.99
lotsOfClasses-sourceToZip-win32
4681
ms4946
ms0.95
lotsOfClasses-mdapiToSource-win32
7593
ms7683
ms0.99
lotsOfClassesOneDir-componentSetCreate-win32
1504
ms1494
ms1.01
lotsOfClassesOneDir-sourceToMdapi-win32
13413
ms13562
ms0.99
lotsOfClassesOneDir-sourceToZip-win32
8730
ms8874
ms0.98
lotsOfClassesOneDir-mdapiToSource-win32
13575
ms13605
ms1.00
This comment was automatically generated by workflow using github-action-benchmark.