Skip to content

Commit

Permalink
chore: move TS to dep to see failure
Browse files Browse the repository at this point in the history
  • Loading branch information
WillieRuemmele committed Jul 22, 2024
1 parent dea0f9c commit 00d6801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"jszip": "^3.10.1",
"mime": "2.6.0",
"minimatch": "^9.0.5",
"proxy-agent": "^6.4.0"
"proxy-agent": "^6.4.0",
"typescript": "^5.5.3"
},
"devDependencies": {
"@jsforce/jsforce-node": "^3.2.4",
Expand All @@ -53,8 +54,7 @@
"mocha-junit-reporter": "^1.23.3",
"mocha-snap": "^5.0.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "^5.5.3"
"ts-patch": "^3.2.1"
},
"scripts": {
"build": "wireit",
Expand Down

2 comments on commit 00d6801

@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: 00d6801 Previous: dea0f9c Ratio
eda-componentSetCreate-linux 183 ms 182 ms 1.01
eda-sourceToMdapi-linux 2346 ms 2224 ms 1.05
eda-sourceToZip-linux 1831 ms 1824 ms 1.00
eda-mdapiToSource-linux 2815 ms 2801 ms 1.00
lotsOfClasses-componentSetCreate-linux 357 ms 365 ms 0.98
lotsOfClasses-sourceToMdapi-linux 3634 ms 3681 ms 0.99
lotsOfClasses-sourceToZip-linux 3144 ms 3087 ms 1.02
lotsOfClasses-mdapiToSource-linux 3475 ms 3493 ms 0.99
lotsOfClassesOneDir-componentSetCreate-linux 616 ms 624 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-linux 6530 ms 6554 ms 1.00
lotsOfClassesOneDir-sourceToZip-linux 5686 ms 5664 ms 1.00
lotsOfClassesOneDir-mdapiToSource-linux 6263 ms 6330 ms 0.99

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: 00d6801 Previous: dea0f9c Ratio
eda-componentSetCreate-win32 398 ms 407 ms 0.98
eda-sourceToMdapi-win32 4002 ms 4181 ms 0.96
eda-sourceToZip-win32 2768 ms 2845 ms 0.97
eda-mdapiToSource-win32 5634 ms 5731 ms 0.98
lotsOfClasses-componentSetCreate-win32 858 ms 859 ms 1.00
lotsOfClasses-sourceToMdapi-win32 7431 ms 7291 ms 1.02
lotsOfClasses-sourceToZip-win32 4998 ms 4821 ms 1.04
lotsOfClasses-mdapiToSource-win32 7407 ms 7451 ms 0.99
lotsOfClassesOneDir-componentSetCreate-win32 1449 ms 1470 ms 0.99
lotsOfClassesOneDir-sourceToMdapi-win32 13419 ms 13233 ms 1.01
lotsOfClassesOneDir-sourceToZip-win32 8614 ms 8712 ms 0.99
lotsOfClassesOneDir-mdapiToSource-win32 13521 ms 13281 ms 1.02

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

Please sign in to comment.