Skip to content

Commit

Permalink
docs: update message per Juliet
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Apr 2, 2024
1 parent 6941871 commit 66b1cf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/client/metadataApiDeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ const serverResponseNotFoundLocally =
? ComponentStatus.Deleted
: ComponentStatus.Unchanged;
return {
filePath: 'not in project',
filePath: 'Not currently in local project',
state,
fullName: deployMessage.fullName,
type: deployMessage.componentType ?? '',
Expand Down
4 changes: 2 additions & 2 deletions test/client/metadataApiDeploy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -874,13 +874,13 @@ describe('MetadataApiDeploy', () => {
type: 'ApexClass',
},
{
filePath: 'not in project',
filePath: 'Not currently in local project',
fullName: 'myNewComponent',
state: ComponentStatus.Created,
type: 'ApexClass',
},
{
filePath: 'not in project',
filePath: 'Not currently in local project',
fullName: 'myServerOnlyComponent',
state: ComponentStatus.Created,
type: 'ApexClass',
Expand Down

2 comments on commit 66b1cf2

@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: 66b1cf2 Previous: 6b47027 Ratio
eda-componentSetCreate-linux 221 ms 173 ms 1.28
eda-sourceToMdapi-linux 1960 ms 1892 ms 1.04
eda-sourceToZip-linux 1456 ms 1379 ms 1.06
eda-mdapiToSource-linux 2720 ms 2667 ms 1.02
lotsOfClasses-componentSetCreate-linux 389 ms 357 ms 1.09
lotsOfClasses-sourceToMdapi-linux 3595 ms 3544 ms 1.01
lotsOfClasses-sourceToZip-linux 3191 ms 3047 ms 1.05
lotsOfClasses-mdapiToSource-linux 3390 ms 3321 ms 1.02
lotsOfClassesOneDir-componentSetCreate-linux 634 ms 615 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-linux 6278 ms 6168 ms 1.02
lotsOfClassesOneDir-sourceToZip-linux 5711 ms 5638 ms 1.01
lotsOfClassesOneDir-mdapiToSource-linux 6032 ms 5966 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: 66b1cf2 Previous: 6b47027 Ratio
eda-componentSetCreate-win32 421 ms 411 ms 1.02
eda-sourceToMdapi-win32 3704 ms 3443 ms 1.08
eda-sourceToZip-win32 2275 ms 2166 ms 1.05
eda-mdapiToSource-win32 6118 ms 5729 ms 1.07
lotsOfClasses-componentSetCreate-win32 928 ms 819 ms 1.13
lotsOfClasses-sourceToMdapi-win32 8013 ms 7376 ms 1.09
lotsOfClasses-sourceToZip-win32 5084 ms 4753 ms 1.07
lotsOfClasses-mdapiToSource-win32 7935 ms 7270 ms 1.09
lotsOfClassesOneDir-componentSetCreate-win32 1579 ms 1470 ms 1.07
lotsOfClassesOneDir-sourceToMdapi-win32 13608 ms 13401 ms 1.02
lotsOfClassesOneDir-sourceToZip-win32 8395 ms 8565 ms 0.98
lotsOfClassesOneDir-mdapiToSource-win32 12879 ms 13036 ms 0.99

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

Please sign in to comment.