Skip to content

Commit

Permalink
fix: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jan 7, 2025
1 parent 7a75847 commit 56c205d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ Redistribution and use in source and binary forms, with or without modification,

* Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<Package xmlns="http://soap.sforce.com/2006/04/metadata">
<types>
<members>Case</members>
<name>Workflow</name>
<members>Case.ChangePriorityToHigh</members>
<members>Case.ChangePriorityToLow</members>
<members>Case.ChangePriorityToMedium</members>
<name>WorkflowFieldUpdate</name>
</types>
<version>60.0</version>
</Package>
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,20 @@
<name>EmailTemplate</name>
</types>
<types>
<members>Account</members>
<name>Workflow</name>
<members>Account.emailalert1</members>
<name>WorkflowAlert</name>
</types>
<types>
<members>Account.fieldupdate1</members>
<name>WorkflowFieldUpdate</name>
</types>
<types>
<members>Account.outboundmsg1</members>
<name>WorkflowOutboundMessage</name>
</types>
<types>
<members>Account.task_1</members>
<name>WorkflowTask</name>
</types>
<version>60.0</version>
</Package>

2 comments on commit 56c205d

@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: 56c205d Previous: f3d6a17 Ratio
eda-componentSetCreate-linux 216 ms 221 ms 0.98
eda-sourceToMdapi-linux 1955 ms 1985 ms 0.98
eda-sourceToZip-linux 1756 ms 1775 ms 0.99
eda-mdapiToSource-linux 2686 ms 2737 ms 0.98
lotsOfClasses-componentSetCreate-linux 429 ms 430 ms 1.00
lotsOfClasses-sourceToMdapi-linux 3715 ms 3594 ms 1.03
lotsOfClasses-sourceToZip-linux 2911 ms 2846 ms 1.02
lotsOfClasses-mdapiToSource-linux 3457 ms 3419 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 745 ms 759 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6388 ms 6355 ms 1.01
lotsOfClassesOneDir-sourceToZip-linux 5215 ms 5106 ms 1.02
lotsOfClassesOneDir-mdapiToSource-linux 6305 ms 6243 ms 1.01

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: 56c205d Previous: f3d6a17 Ratio
eda-componentSetCreate-win32 695 ms 686 ms 1.01
eda-sourceToMdapi-win32 4062 ms 3915 ms 1.04
eda-sourceToZip-win32 3059 ms 3052 ms 1.00
eda-mdapiToSource-win32 6143 ms 5805 ms 1.06
lotsOfClasses-componentSetCreate-win32 1212 ms 1391 ms 0.87
lotsOfClasses-sourceToMdapi-win32 7494 ms 8163 ms 0.92
lotsOfClasses-sourceToZip-win32 4663 ms 5113 ms 0.91
lotsOfClasses-mdapiToSource-win32 7453 ms 7701 ms 0.97
lotsOfClassesOneDir-componentSetCreate-win32 2104 ms 2162 ms 0.97
lotsOfClassesOneDir-sourceToMdapi-win32 13376 ms 13188 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 8256 ms 8426 ms 0.98
lotsOfClassesOneDir-mdapiToSource-win32 13454 ms 13409 ms 1.00

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

Please sign in to comment.