Skip to content

Commit

Permalink
test: add gender field for snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Apr 19, 2024
1 parent 54c60d4 commit c8d73a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<gender></gender>
<fields>
<help>
<!-- Please choose an option -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata"></CustomObjectTranslation>
<CustomObjectTranslation xmlns="http://soap.sforce.com/2006/04/metadata">
<gender></gender>
</CustomObjectTranslation>
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
<translation><!-- Two --></translation>
</picklistValues>
</fields>
<gender></gender>
</CustomObjectTranslation>

2 comments on commit c8d73a6

@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: c8d73a6 Previous: 54c60d4 Ratio
eda-componentSetCreate-linux 187 ms 183 ms 1.02
eda-sourceToMdapi-linux 1998 ms 1912 ms 1.04
eda-sourceToZip-linux 1453 ms 1458 ms 1.00
eda-mdapiToSource-linux 2739 ms 2720 ms 1.01
lotsOfClasses-componentSetCreate-linux 365 ms 381 ms 0.96
lotsOfClasses-sourceToMdapi-linux 3568 ms 3462 ms 1.03
lotsOfClasses-sourceToZip-linux 3164 ms 3132 ms 1.01
lotsOfClasses-mdapiToSource-linux 3439 ms 3356 ms 1.02
lotsOfClassesOneDir-componentSetCreate-linux 660 ms 640 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-linux 6356 ms 6220 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5908 ms 5856 ms 1.01
lotsOfClassesOneDir-mdapiToSource-linux 6167 ms 6094 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: c8d73a6 Previous: 54c60d4 Ratio
eda-componentSetCreate-win32 399 ms 379 ms 1.05
eda-sourceToMdapi-win32 3461 ms 3524 ms 0.98
eda-sourceToZip-win32 2191 ms 2156 ms 1.02
eda-mdapiToSource-win32 5579 ms 5731 ms 0.97
lotsOfClasses-componentSetCreate-win32 853 ms 827 ms 1.03
lotsOfClasses-sourceToMdapi-win32 7525 ms 7465 ms 1.01
lotsOfClasses-sourceToZip-win32 4948 ms 4841 ms 1.02
lotsOfClasses-mdapiToSource-win32 7501 ms 7482 ms 1.00
lotsOfClassesOneDir-componentSetCreate-win32 1517 ms 1535 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13531 ms 13774 ms 0.98
lotsOfClassesOneDir-sourceToZip-win32 8589 ms 8662 ms 0.99
lotsOfClassesOneDir-mdapiToSource-win32 13326 ms 13263 ms 1.00

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

Please sign in to comment.