-
Notifications
You must be signed in to change notification settings - Fork 103
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
b8f2661
commit 6b63435
Showing
2 changed files
with
56 additions
and
111 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -548,13 +548,13 @@ | |
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33" | ||
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg== | ||
|
||
"@salesforce/cli-plugins-testkit@^5.3.14": | ||
version "5.3.14" | ||
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.14.tgz#4a0f43ca87a346db7efb30d1f7a03696cb5eb19f" | ||
integrity sha512-jEQqPNafiFHJXiN+aub0UcuOUoXe46iNK9maCeafaD1A48125+RQuQYDiU4bvakCa322zqlBkW6r40u0+eQ4PA== | ||
"@salesforce/cli-plugins-testkit@^5.3.15": | ||
version "5.3.16" | ||
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.16.tgz#903aeb6b00fbce627652e1f6dc1f5f795386ad55" | ||
integrity sha512-Qzhd9dIUlAYPGdAJGmY2GuyMI6HkXPoJHZtumIg436VjWFnZchXJ/O7wipEk2zsqa8RfkZNJyollWd41wxTnHA== | ||
dependencies: | ||
"@salesforce/core" "^7.4.1" | ||
"@salesforce/kit" "^3.1.4" | ||
"@salesforce/core" "^8.0.3" | ||
"@salesforce/kit" "^3.1.6" | ||
"@salesforce/ts-types" "^2.0.10" | ||
"@types/shelljs" "^0.8.15" | ||
debug "^4.3.5" | ||
|
@@ -564,40 +564,16 @@ | |
strip-ansi "6.0.1" | ||
ts-retry-promise "^0.8.1" | ||
|
||
"@salesforce/core@^7.4.1": | ||
version "7.4.1" | ||
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.4.1.tgz#7c37623f6a89c199bf12cd6dc28d89bc950914ef" | ||
integrity sha512-ccYs7uL4GYjdOcc44trfRnaz69kG0jU0aoT0qjPkIel8oVOyEoXaoDCG0A+2diqmicDp5uWK0pNs+tdWNj2mcQ== | ||
dependencies: | ||
"@jsforce/jsforce-node" "^3.2.0" | ||
"@salesforce/kit" "^3.1.2" | ||
"@salesforce/schemas" "^1.9.0" | ||
"@salesforce/ts-types" "^2.0.9" | ||
ajv "^8.15.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 "^8.21.0" | ||
pino-abstract-transport "^1.2.0" | ||
pino-pretty "^10.3.1" | ||
proper-lockfile "^4.1.2" | ||
semver "^7.6.2" | ||
ts-retry-promise "^0.8.1" | ||
|
||
"@salesforce/core@^8.0.1": | ||
version "8.0.1" | ||
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.1.tgz#863b527e5c60a32c2928b4d36dc070aaa159722d" | ||
integrity sha512-r7fmBtqy/Wjxt6RpKh+uJ30kHlHZ7Hx5Estsg2n/65nDU6nLwpXGs12OgRgObjtOv0ob/Sgh08ZQENpGXWIUJw== | ||
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3": | ||
version "8.0.3" | ||
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.0.3.tgz#8b25ce46100baef0a8e731b42d373edf508ab144" | ||
integrity sha512-HirswUFGQIF5Ipaa+5l3kulBOf3L25Z3fzf5QqEI4vOxgBKN2bEdKHCA/PROufi3/ejFstiXcn9/jfgyjDdBqA== | ||
dependencies: | ||
"@jsforce/jsforce-node" "^3.2.0" | ||
"@salesforce/kit" "^3.1.6" | ||
"@salesforce/schemas" "^1.9.0" | ||
"@salesforce/ts-types" "^2.0.10" | ||
ajv "^8.15.0" | ||
ajv "^8.16.0" | ||
change-case "^4.1.2" | ||
fast-levenshtein "^3.0.0" | ||
faye "^1.4.0" | ||
|
@@ -617,10 +593,10 @@ | |
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e" | ||
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA== | ||
|
||
"@salesforce/dev-scripts@^10.1.1": | ||
version "10.1.1" | ||
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.1.1.tgz#b603d875a3351a39429a9ed63132241c69cfe2ef" | ||
integrity sha512-q909yA7IkPpQ/LCCHFHL5u34ktKryXoOjflsxsTtnzvseYiLFUCmIBZsef7Vn/hwgIOyhcyCWoSpe7F6i8V6PQ== | ||
"@salesforce/dev-scripts@^10.2.2": | ||
version "10.2.2" | ||
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.2.tgz#0fbcc6504712a38301da13b0ad5f10e38b705c8d" | ||
integrity sha512-dLVhj2sxyXrmwypZN4Sra/cZyXqa1oM9iwq2dRto/0EVsn1kcAwASJo4p1xv5RsS25F/4nG4Wdu0O0qHWjqCBw== | ||
dependencies: | ||
"@commitlint/cli" "^17.1.2" | ||
"@commitlint/config-conventional" "^17.8.1" | ||
|
@@ -649,7 +625,7 @@ | |
typescript "^5.4.3" | ||
wireit "^0.14.4" | ||
|
||
"@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.4", "@salesforce/kit@^3.1.6": | ||
"@salesforce/kit@^3.1.6": | ||
version "3.1.6" | ||
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.6.tgz#aefb39c0e0f325e11f80551ff92cf6979dd74070" | ||
integrity sha512-zAYPmCSAvdonDOnL5AzuVRVv0sRMlQd6gi12HDE1964VqSjt5pzlLU90thh3Qq4A1Wxbdu0FbHYx9BvZ4fWPvQ== | ||
|
@@ -666,7 +642,7 @@ | |
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca" | ||
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA== | ||
|
||
"@salesforce/ts-types@^2.0.10", "@salesforce/ts-types@^2.0.9": | ||
"@salesforce/ts-types@^2.0.10": | ||
version "2.0.10" | ||
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.10.tgz#f2107a52b60be6c3fe712f4d40aafad48c6bebe0" | ||
integrity sha512-ulGQ1oUGXrmSUi6NGbxZZ7ykSDv439x+WYZpkMgFLC8Dx0TxJXfUAJYeZh7eKO5xI/ob3iyvN+RBcBkp4KFN1w== | ||
|
@@ -1050,7 +1026,7 @@ ajv@^6.12.4: | |
json-schema-traverse "^0.4.1" | ||
uri-js "^4.2.2" | ||
|
||
ajv@^8.11.0, ajv@^8.15.0: | ||
ajv@^8.11.0, ajv@^8.16.0: | ||
version "8.16.0" | ||
resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.16.0.tgz#22e2a92b94f005f7e0f9c9d39652ef0b8f6f0cb4" | ||
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw== | ||
|
@@ -2177,12 +2153,12 @@ eslint-plugin-jsdoc@^46.10.1: | |
semver "^7.5.4" | ||
spdx-expression-parse "^4.0.0" | ||
|
||
eslint-plugin-sf-plugin@^1.18.7: | ||
version "1.18.7" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.7.tgz#b321aa1256239865e845c2cfeda041972d9569d1" | ||
integrity sha512-b8Y40/sileV0SK52FkbYGFhR+NGuw3pGYH4YaHL432DrQcyLU4xO1/IvIY8qpf+My1UscFwb06oYldVDMivd8Q== | ||
eslint-plugin-sf-plugin@^1.18.8: | ||
version "1.18.9" | ||
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.18.9.tgz#785916e1c428bbc886a6d5c1cd1f5214cbb03319" | ||
integrity sha512-p/l64/qsGp3iD28PfsSEtWYJ9ziWDZ6aOtoty99WQDpazLVG3DDzCSE/pZjwPQlY1AnU+4eo9/H8ZROeuA3Nmw== | ||
dependencies: | ||
"@salesforce/core" "^7.4.1" | ||
"@salesforce/core" "^8.0.3" | ||
"@typescript-eslint/utils" "^6.17.0" | ||
|
||
eslint-plugin-unicorn@^50.0.1: | ||
|
@@ -2347,7 +2323,7 @@ extend@^3.0.2: | |
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa" | ||
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g== | ||
|
||
fast-copy@^3.0.0, fast-copy@^3.0.2: | ||
fast-copy@^3.0.2: | ||
version "3.0.2" | ||
resolved "https://registry.yarnpkg.com/fast-copy/-/fast-copy-3.0.2.tgz#59c68f59ccbcac82050ba992e0d5c389097c9d35" | ||
integrity sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ== | ||
|
@@ -4348,26 +4324,6 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0: | |
readable-stream "^4.0.0" | ||
split2 "^4.0.0" | ||
|
||
pino-pretty@^10.3.1: | ||
version "10.3.1" | ||
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9" | ||
integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g== | ||
dependencies: | ||
colorette "^2.0.7" | ||
dateformat "^4.6.3" | ||
fast-copy "^3.0.0" | ||
fast-safe-stringify "^2.1.1" | ||
help-me "^5.0.0" | ||
joycon "^3.1.1" | ||
minimist "^1.2.6" | ||
on-exit-leak-free "^2.1.0" | ||
pino-abstract-transport "^1.0.0" | ||
pump "^3.0.0" | ||
readable-stream "^4.0.0" | ||
secure-json-parse "^2.4.0" | ||
sonic-boom "^3.0.0" | ||
strip-json-comments "^3.1.1" | ||
|
||
pino-pretty@^11.2.1: | ||
version "11.2.1" | ||
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.1.tgz#de9a42ff8ea7b26da93506bb9e49d0b566c5ae96" | ||
|
@@ -4388,33 +4344,11 @@ pino-pretty@^11.2.1: | |
sonic-boom "^4.0.1" | ||
strip-json-comments "^3.1.1" | ||
|
||
pino-std-serializers@^6.0.0: | ||
version "6.2.2" | ||
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3" | ||
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA== | ||
|
||
pino-std-serializers@^7.0.0: | ||
version "7.0.0" | ||
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b" | ||
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA== | ||
|
||
pino@^8.21.0: | ||
version "8.21.0" | ||
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d" | ||
integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q== | ||
dependencies: | ||
atomic-sleep "^1.0.0" | ||
fast-redact "^3.1.1" | ||
on-exit-leak-free "^2.1.0" | ||
pino-abstract-transport "^1.2.0" | ||
pino-std-serializers "^6.0.0" | ||
process-warning "^3.0.0" | ||
quick-format-unescaped "^4.0.3" | ||
real-require "^0.2.0" | ||
safe-stable-stringify "^2.3.1" | ||
sonic-boom "^3.7.0" | ||
thread-stream "^2.6.0" | ||
|
||
pino@^9.2.0: | ||
version "9.2.0" | ||
resolved "https://registry.yarnpkg.com/pino/-/pino-9.2.0.tgz#e77a9516f3a3e5550d9b76d9f65ac6118ef02bdd" | ||
|
@@ -4991,13 +4925,6 @@ socks@^2.7.1: | |
ip "^2.0.0" | ||
smart-buffer "^4.2.0" | ||
|
||
sonic-boom@^3.0.0, sonic-boom@^3.7.0: | ||
version "3.7.0" | ||
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-3.7.0.tgz#b4b7b8049a912986f4a92c51d4660b721b11f2f2" | ||
integrity sha512-IudtNvSqA/ObjN97tfgNmOKyDOs4dNcg4cUUsHDebqsgb8wGBBwb31LIgShNO8fye0dFI52X1+tFoKKI6Rq1Gg== | ||
dependencies: | ||
atomic-sleep "^1.0.0" | ||
|
||
sonic-boom@^4.0.1: | ||
version "4.0.1" | ||
resolved "https://registry.yarnpkg.com/sonic-boom/-/sonic-boom-4.0.1.tgz#515b7cef2c9290cb362c4536388ddeece07aed30" | ||
|
@@ -5093,7 +5020,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== | ||
|
@@ -5152,7 +5088,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== | ||
|
@@ -5250,13 +5193,6 @@ text-table@^0.2.0: | |
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4" | ||
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw== | ||
|
||
thread-stream@^2.6.0: | ||
version "2.7.0" | ||
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11" | ||
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw== | ||
dependencies: | ||
real-require "^0.2.0" | ||
|
||
thread-stream@^3.0.0: | ||
version "3.1.0" | ||
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-3.1.0.tgz#4b2ef252a7c215064507d4ef70c05a5e2d34c4f1" | ||
|
@@ -5653,7 +5589,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== | ||
|
@@ -5671,6 +5607,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" | ||
|
6b63435
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
180
ms180
ms1
eda-sourceToMdapi-linux
1973
ms1976
ms1.00
eda-sourceToZip-linux
1813
ms1763
ms1.03
eda-mdapiToSource-linux
2720
ms2925
ms0.93
lotsOfClasses-componentSetCreate-linux
358
ms484
ms0.74
lotsOfClasses-sourceToMdapi-linux
3588
ms3786
ms0.95
lotsOfClasses-sourceToZip-linux
3078
ms3095
ms0.99
lotsOfClasses-mdapiToSource-linux
3494
ms3512
ms0.99
lotsOfClassesOneDir-componentSetCreate-linux
631
ms638
ms0.99
lotsOfClassesOneDir-sourceToMdapi-linux
6426
ms6503
ms0.99
lotsOfClassesOneDir-sourceToZip-linux
5530
ms5625
ms0.98
lotsOfClassesOneDir-mdapiToSource-linux
6308
ms6403
ms0.99
This comment was automatically generated by workflow using github-action-benchmark.
6b63435
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
374
ms369
ms1.01
eda-sourceToMdapi-win32
3354
ms3436
ms0.98
eda-sourceToZip-win32
2621
ms2662
ms0.98
eda-mdapiToSource-win32
5583
ms5543
ms1.01
lotsOfClasses-componentSetCreate-win32
850
ms823
ms1.03
lotsOfClasses-sourceToMdapi-win32
7348
ms7502
ms0.98
lotsOfClasses-sourceToZip-win32
4768
ms4950
ms0.96
lotsOfClasses-mdapiToSource-win32
7331
ms7606
ms0.96
lotsOfClassesOneDir-componentSetCreate-win32
1468
ms1473
ms1.00
lotsOfClassesOneDir-sourceToMdapi-win32
13198
ms13430
ms0.98
lotsOfClassesOneDir-sourceToZip-win32
8755
ms8733
ms1.00
lotsOfClassesOneDir-mdapiToSource-win32
13389
ms13348
ms1.00
This comment was automatically generated by workflow using github-action-benchmark.