Skip to content

Commit

Permalink
test: only run the validationSourceDir once (avoid duplicate expects …
Browse files Browse the repository at this point in the history
…folders)
  • Loading branch information
mshanemc committed Jun 19, 2024
1 parent e8236cb commit 5c98003
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ describe('a single field in a CustomObject xml does not overwrite (blank) the ex
});
await retrieve.post(result);
expect(fs.readdirSync(path.join(pathToBroker, 'fields')).length).to.equal(3);
await validateSourceDir(FORCE_APP);
});

it(`verify ${FORCE_APP}`, async () => {
Expand Down

2 comments on commit 5c98003

@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: 5c98003 Previous: 02a85dc Ratio
eda-componentSetCreate-linux 176 ms 173 ms 1.02
eda-sourceToMdapi-linux 1907 ms 1918 ms 0.99
eda-sourceToZip-linux 1409 ms 1416 ms 1.00
eda-mdapiToSource-linux 2848 ms 2782 ms 1.02
lotsOfClasses-componentSetCreate-linux 354 ms 341 ms 1.04
lotsOfClasses-sourceToMdapi-linux 3744 ms 3614 ms 1.04
lotsOfClasses-sourceToZip-linux 3068 ms 3011 ms 1.02
lotsOfClasses-mdapiToSource-linux 3502 ms 3454 ms 1.01
lotsOfClassesOneDir-componentSetCreate-linux 628 ms 615 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-linux 6488 ms 6501 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5490 ms 5634 ms 0.97
lotsOfClassesOneDir-mdapiToSource-linux 6366 ms 6308 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: 5c98003 Previous: 02a85dc Ratio
eda-componentSetCreate-win32 409 ms 402 ms 1.02
eda-sourceToMdapi-win32 3738 ms 3770 ms 0.99
eda-sourceToZip-win32 2327 ms 2338 ms 1.00
eda-mdapiToSource-win32 6047 ms 5748 ms 1.05
lotsOfClasses-componentSetCreate-win32 849 ms 816 ms 1.04
lotsOfClasses-sourceToMdapi-win32 7306 ms 7385 ms 0.99
lotsOfClasses-sourceToZip-win32 5089 ms 4694 ms 1.08
lotsOfClasses-mdapiToSource-win32 7265 ms 7546 ms 0.96
lotsOfClassesOneDir-componentSetCreate-win32 1440 ms 1410 ms 1.02
lotsOfClassesOneDir-sourceToMdapi-win32 13066 ms 13296 ms 0.98
lotsOfClassesOneDir-sourceToZip-win32 8309 ms 8608 ms 0.97
lotsOfClassesOneDir-mdapiToSource-win32 13197 ms 13475 ms 0.98

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

Please sign in to comment.