Skip to content

Commit

Permalink
chore: graceful-fs types
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed May 2, 2023
1 parent eddb7a2 commit 34b9c01
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"@types/archiver": "^5.3.1",
"@types/deep-equal-in-any-order": "^1.0.1",
"@types/fast-levenshtein": "^0.0.2",
"@types/graceful-fs": "^4.1.6",
"@types/mime": "2.0.3",
"@types/minimatch": "^5.1.2",
"@types/proxy-from-env": "^1.0.1",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,13 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/graceful-fs@^4.1.6":
version "4.1.6"
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.6.tgz#e14b2576a1c25026b7f02ede1de3b84c3a1efeae"
integrity sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==
dependencies:
"@types/node" "*"

"@types/http-cache-semantics@*":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
Expand Down

2 comments on commit 34b9c01

@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: 34b9c01 Previous: f1158f6 Ratio
eda-componentSetCreate-win32 488 ms 752 ms 0.65
eda-sourceToMdapi-win32 8907 ms 11273 ms 0.79
eda-sourceToZip-win32 6882 ms 8170 ms 0.84
eda-mdapiToSource-win32 10057 ms 11827 ms 0.85
lotsOfClasses-componentSetCreate-win32 1051 ms 1497 ms 0.70
lotsOfClasses-sourceToMdapi-win32 13258 ms 16312 ms 0.81
lotsOfClasses-sourceToZip-win32 8962 ms 10997 ms 0.81
lotsOfClasses-mdapiToSource-win32 11858 ms 14315 ms 0.83
lotsOfClassesOneDir-componentSetCreate-win32 1849 ms 2700 ms 0.68
lotsOfClassesOneDir-sourceToMdapi-win32 23133 ms 28477 ms 0.81
lotsOfClassesOneDir-sourceToZip-win32 15508 ms 17928 ms 0.87
lotsOfClassesOneDir-mdapiToSource-win32 22079 ms 25821 ms 0.86

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: 34b9c01 Previous: 0f48ae5 Ratio
eda-componentSetCreate-linux 211 ms 265 ms 0.80
eda-sourceToMdapi-linux 5112 ms 5548 ms 0.92
eda-sourceToZip-linux 4445 ms 5225 ms 0.85
eda-mdapiToSource-linux 3910 ms 4927 ms 0.79
lotsOfClasses-componentSetCreate-linux 409 ms 537 ms 0.76
lotsOfClasses-sourceToMdapi-linux 7233 ms 8275 ms 0.87
lotsOfClasses-sourceToZip-linux 11346 ms 7903 ms 1.44
lotsOfClasses-mdapiToSource-linux 4148 ms 5773 ms 0.72
lotsOfClassesOneDir-componentSetCreate-linux 698 ms 909 ms 0.77
lotsOfClassesOneDir-sourceToMdapi-linux 10719 ms 14194 ms 0.76
lotsOfClassesOneDir-sourceToZip-linux 9097 ms 11961 ms 0.76
lotsOfClassesOneDir-mdapiToSource-linux 7335 ms 10464 ms 0.70

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

Please sign in to comment.