Skip to content

Commit

Permalink
Bump @types/node from 20.8.4 to 20.8.5 in /vscode_extension
Browse files Browse the repository at this point in the history
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.4 to 20.8.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 472fc9e commit bcd7e28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions vscode_extension/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode_extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.4",
"@types/node": "^20.8.5",
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
Expand Down

1 comment on commit bcd7e28

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on bcd7e28 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compiler

Benchmark suite Current: bcd7e28 Previous: 472fc9e Ratio
Time: Compiler/hello_world 22563647 ns/iter (± 600255) 21248274 ns/iter (± 999537) 1.06
Time: Compiler/fibonacci 178265345 ns/iter (± 1212719) 184692577 ns/iter (± 5307988) 0.97
Time: VM Runtime/hello_world 55501 ns/iter (± 7504) 46402 ns/iter (± 16044) 1.20
Time: VM Runtime/fibonacci/15 283665303 ns/iter (± 563575) 290923428 ns/iter (± 3266860) 0.98
Time: VM Runtime/PLB/binarytrees/6 1317407721 ns/iter (± 5752265) 1342814062 ns/iter (± 11057346) 0.98

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

Please sign in to comment.