Skip to content

Commit

Permalink
test: fix windows UT?
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Sep 30, 2024
1 parent fe47374 commit 02f7684
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ describe('a single field in a CustomObject xml does not overwrite (blank) the ex
)
)
).to.be.true;
await validateSourceDir(TEST_PACKAGE);
});

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

2 comments on commit 02f7684

@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: 02f7684 Previous: fe47374 Ratio
eda-componentSetCreate-linux 238 ms 231 ms 1.03
eda-sourceToMdapi-linux 2384 ms 2364 ms 1.01
eda-sourceToZip-linux 1890 ms 1887 ms 1.00
eda-mdapiToSource-linux 2940 ms 2881 ms 1.02
lotsOfClasses-componentSetCreate-linux 431 ms 433 ms 1.00
lotsOfClasses-sourceToMdapi-linux 3834 ms 3775 ms 1.02
lotsOfClasses-sourceToZip-linux 3134 ms 3119 ms 1.00
lotsOfClasses-mdapiToSource-linux 3630 ms 3633 ms 1.00
lotsOfClassesOneDir-componentSetCreate-linux 768 ms 749 ms 1.03
lotsOfClassesOneDir-sourceToMdapi-linux 6570 ms 6555 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5732 ms 5738 ms 1.00
lotsOfClassesOneDir-mdapiToSource-linux 6657 ms 6588 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: 02f7684 Previous: fe47374 Ratio
eda-componentSetCreate-win32 626 ms 707 ms 0.89
eda-sourceToMdapi-win32 4297 ms 4590 ms 0.94
eda-sourceToZip-win32 2930 ms 3231 ms 0.91
eda-mdapiToSource-win32 5715 ms 6205 ms 0.92
lotsOfClasses-componentSetCreate-win32 1209 ms 1327 ms 0.91
lotsOfClasses-sourceToMdapi-win32 7731 ms 7659 ms 1.01
lotsOfClasses-sourceToZip-win32 4968 ms 5091 ms 0.98
lotsOfClasses-mdapiToSource-win32 7717 ms 7772 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 2100 ms 2143 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-win32 13770 ms 13872 ms 0.99
lotsOfClassesOneDir-sourceToZip-win32 9410 ms 9415 ms 1.00
lotsOfClassesOneDir-mdapiToSource-win32 14177 ms 14217 ms 1.00

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

Please sign in to comment.