Skip to content

Commit

Permalink
Bump @types/node from 20.7.0 to 20.7.1 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.7.0 to 20.7.1.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 28, 2023
1 parent 42b754c commit 9c26efc
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.1",
"@types/node": "^20.7.0",
"@types/node": "^20.7.1",
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
Expand Down

1 comment on commit 9c26efc

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 9c26efc Sep 28, 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: 9c26efc Previous: 42b754c Ratio
Time: Compiler/hello_world 23003961 ns/iter (± 587674) 16524447 ns/iter (± 290602) 1.39
Time: Compiler/fibonacci 178469469 ns/iter (± 1697809) 163223531 ns/iter (± 1204012) 1.09
Time: VM Runtime/hello_world 49450 ns/iter (± 8624) 45049 ns/iter (± 6269) 1.10
Time: VM Runtime/fibonacci/15 285013476 ns/iter (± 679942) 263128313 ns/iter (± 588726) 1.08
Time: VM Runtime/PLB/binarytrees/6 1318306285 ns/iter (± 2253477) 1209317364 ns/iter (± 18784613) 1.09

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

Please sign in to comment.