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 f857daf commit 02a85dc
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 02a85dc

@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: 02a85dc Previous: 6a64dd7 Ratio
eda-componentSetCreate-linux 173 ms 182 ms 0.95
eda-sourceToMdapi-linux 1918 ms 2012 ms 0.95
eda-sourceToZip-linux 1416 ms 1433 ms 0.99
eda-mdapiToSource-linux 2782 ms 2846 ms 0.98
lotsOfClasses-componentSetCreate-linux 341 ms 349 ms 0.98
lotsOfClasses-sourceToMdapi-linux 3614 ms 3727 ms 0.97
lotsOfClasses-sourceToZip-linux 3011 ms 3166 ms 0.95
lotsOfClasses-mdapiToSource-linux 3454 ms 3512 ms 0.98
lotsOfClassesOneDir-componentSetCreate-linux 615 ms 626 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6501 ms 6572 ms 0.99
lotsOfClassesOneDir-sourceToZip-linux 5634 ms 6001 ms 0.94
lotsOfClassesOneDir-mdapiToSource-linux 6308 ms 6430 ms 0.98

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: 02a85dc Previous: 6a64dd7 Ratio
eda-componentSetCreate-win32 402 ms 429 ms 0.94
eda-sourceToMdapi-win32 3770 ms 3816 ms 0.99
eda-sourceToZip-win32 2338 ms 2498 ms 0.94
eda-mdapiToSource-win32 5748 ms 6297 ms 0.91
lotsOfClasses-componentSetCreate-win32 816 ms 848 ms 0.96
lotsOfClasses-sourceToMdapi-win32 7385 ms 7684 ms 0.96
lotsOfClasses-sourceToZip-win32 4694 ms 4932 ms 0.95
lotsOfClasses-mdapiToSource-win32 7546 ms 7711 ms 0.98
lotsOfClassesOneDir-componentSetCreate-win32 1410 ms 1522 ms 0.93
lotsOfClassesOneDir-sourceToMdapi-win32 13296 ms 13920 ms 0.96
lotsOfClassesOneDir-sourceToZip-win32 8608 ms 8959 ms 0.96
lotsOfClassesOneDir-mdapiToSource-win32 13475 ms 14084 ms 0.96

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

Please sign in to comment.