Skip to content

Commit

Permalink
chore: update comment too
Browse files Browse the repository at this point in the history
  • Loading branch information
shetzel committed Jul 15, 2024
1 parent dae87e3 commit 4d34022
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('Multiple large custom labels files', () => {
outputDirectory: testOutput,
genUniqueDir: false,
});
// Longer than 2 seconds could indicate a regression
// Longer than 10 seconds could indicate a regression
expect(Date.now() - convertStartTime, 'conversion should take less than 10 seconds').to.be.lessThan(10000);

const convertedFiles = await getConvertedFilePaths(testOutput);
Expand Down

2 comments on commit 4d34022

@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: 4d34022 Previous: dae87e3 Ratio
eda-componentSetCreate-linux 180 ms 186 ms 0.97
eda-sourceToMdapi-linux 1990 ms 2007 ms 0.99
eda-sourceToZip-linux 1809 ms 1841 ms 0.98
eda-mdapiToSource-linux 2820 ms 3007 ms 0.94
lotsOfClasses-componentSetCreate-linux 350 ms 354 ms 0.99
lotsOfClasses-sourceToMdapi-linux 3622 ms 3769 ms 0.96
lotsOfClasses-sourceToZip-linux 3135 ms 3150 ms 1.00
lotsOfClasses-mdapiToSource-linux 3453 ms 3595 ms 0.96
lotsOfClassesOneDir-componentSetCreate-linux 615 ms 626 ms 0.98
lotsOfClassesOneDir-sourceToMdapi-linux 6509 ms 6759 ms 0.96
lotsOfClassesOneDir-sourceToZip-linux 5575 ms 5685 ms 0.98
lotsOfClassesOneDir-mdapiToSource-linux 6265 ms 6394 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: 4d34022 Previous: dae87e3 Ratio
eda-componentSetCreate-win32 375 ms 391 ms 0.96
eda-sourceToMdapi-win32 3451 ms 3438 ms 1.00
eda-sourceToZip-win32 2657 ms 2652 ms 1.00
eda-mdapiToSource-win32 5505 ms 5609 ms 0.98
lotsOfClasses-componentSetCreate-win32 852 ms 913 ms 0.93
lotsOfClasses-sourceToMdapi-win32 7388 ms 7586 ms 0.97
lotsOfClasses-sourceToZip-win32 4727 ms 4739 ms 1.00
lotsOfClasses-mdapiToSource-win32 7513 ms 7589 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 1502 ms 1497 ms 1.00
lotsOfClassesOneDir-sourceToMdapi-win32 13444 ms 13465 ms 1.00
lotsOfClassesOneDir-sourceToZip-win32 8694 ms 8891 ms 0.98
lotsOfClassesOneDir-mdapiToSource-win32 13461 ms 13659 ms 0.99

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

Please sign in to comment.