Skip to content

Commit

Permalink
fix: add suffix entry
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jun 27, 2024
1 parent ab9d896 commit 870aa3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registry/metadataRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
"explainabilityActionVersion": "explainabilityactionversion",
"explainabilityMsgTemplate": "explainabilitymsgtemplate",
"expressionSetDefinition": "expressionsetdefinition",
"expressionSetVersion": "expressionsetdefinitionversion",
"expressionSetMessageToken": "expressionsetmessagetoken",
"expressionSetObjectAlias": "expressionsetobjectalias",
"extDataTranFieldTemplate": "extdatatranfieldtemplate",
Expand Down

2 comments on commit 870aa3e

@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: 870aa3e Previous: cb3a219 Ratio
eda-componentSetCreate-linux 187 ms 176 ms 1.06
eda-sourceToMdapi-linux 1969 ms 1907 ms 1.03
eda-sourceToZip-linux 1807 ms 1702 ms 1.06
eda-mdapiToSource-linux 2807 ms 2878 ms 0.98
lotsOfClasses-componentSetCreate-linux 446 ms 402 ms 1.11
lotsOfClasses-sourceToMdapi-linux 3708 ms 3627 ms 1.02
lotsOfClasses-sourceToZip-linux 3054 ms 2861 ms 1.07
lotsOfClasses-mdapiToSource-linux 3495 ms 3349 ms 1.04
lotsOfClassesOneDir-componentSetCreate-linux 646 ms 580 ms 1.11
lotsOfClassesOneDir-sourceToMdapi-linux 6528 ms 6304 ms 1.04
lotsOfClassesOneDir-sourceToZip-linux 5646 ms 5301 ms 1.07
lotsOfClassesOneDir-mdapiToSource-linux 6306 ms 6195 ms 1.02

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: 870aa3e Previous: cb3a219 Ratio
eda-componentSetCreate-win32 412 ms 398 ms 1.04
eda-sourceToMdapi-win32 3474 ms 3370 ms 1.03
eda-sourceToZip-win32 2685 ms 2592 ms 1.04
eda-mdapiToSource-win32 5744 ms 5460 ms 1.05
lotsOfClasses-componentSetCreate-win32 922 ms 822 ms 1.12
lotsOfClasses-sourceToMdapi-win32 7597 ms 7444 ms 1.02
lotsOfClasses-sourceToZip-win32 4822 ms 4733 ms 1.02
lotsOfClasses-mdapiToSource-win32 7584 ms 7508 ms 1.01
lotsOfClassesOneDir-componentSetCreate-win32 1515 ms 1458 ms 1.04
lotsOfClassesOneDir-sourceToMdapi-win32 13612 ms 13287 ms 1.02
lotsOfClassesOneDir-sourceToZip-win32 8966 ms 8616 ms 1.04
lotsOfClassesOneDir-mdapiToSource-win32 13733 ms 13461 ms 1.02

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

Please sign in to comment.