Skip to content

Commit

Permalink
fix: force new release
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit authored Oct 31, 2024
1 parent 6a7de13 commit 20e422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/source-deploy-retrieve",
"version": "12.8.1",
"version": "12.9.0",
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
"main": "lib/src/index.js",
"author": "Salesforce",
Expand Down

2 comments on commit 20e422f

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 20e422f Previous: 6e1f0a2 Ratio
eda-componentSetCreate-linux 234 ms 226 ms 1.04
eda-sourceToMdapi-linux 2363 ms 2386 ms 0.99
eda-sourceToZip-linux 1878 ms 1847 ms 1.02
eda-mdapiToSource-linux 3031 ms 3329 ms 0.91
lotsOfClasses-componentSetCreate-linux 446 ms 437 ms 1.02
lotsOfClasses-sourceToMdapi-linux 4352 ms 3693 ms 1.18
lotsOfClasses-sourceToZip-linux 3264 ms 3080 ms 1.06
lotsOfClasses-mdapiToSource-linux 3671 ms 3554 ms 1.03
lotsOfClassesOneDir-componentSetCreate-linux 779 ms 753 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-linux 6697 ms 6406 ms 1.05
lotsOfClassesOneDir-sourceToZip-linux 5957 ms 5655 ms 1.05
lotsOfClassesOneDir-mdapiToSource-linux 6673 ms 6416 ms 1.04

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

@svc-cli-bot
Copy link
Collaborator

Choose a reason for hiding this comment

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

Benchmark

Benchmark suite Current: 20e422f Previous: 6e1f0a2 Ratio
eda-componentSetCreate-win32 683 ms 697 ms 0.98
eda-sourceToMdapi-win32 4413 ms 4382 ms 1.01
eda-sourceToZip-win32 2867 ms 3223 ms 0.89
eda-mdapiToSource-win32 5577 ms 6133 ms 0.91
lotsOfClasses-componentSetCreate-win32 1170 ms 1279 ms 0.91
lotsOfClasses-sourceToMdapi-win32 7598 ms 8240 ms 0.92
lotsOfClasses-sourceToZip-win32 4951 ms 5376 ms 0.92
lotsOfClasses-mdapiToSource-win32 7650 ms 8358 ms 0.92
lotsOfClassesOneDir-componentSetCreate-win32 2069 ms 2339 ms 0.88
lotsOfClassesOneDir-sourceToMdapi-win32 13652 ms 15118 ms 0.90
lotsOfClassesOneDir-sourceToZip-win32 9412 ms 10221 ms 0.92
lotsOfClassesOneDir-mdapiToSource-win32 14171 ms 14913 ms 0.95

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

Please sign in to comment.