Skip to content

Commit

Permalink
Merge pull request #771 from candy-lang/dependabot/npm_and_yarn/vscod…
Browse files Browse the repository at this point in the history
…e_extension/types/node-20.8.8

Bump @types/node from 20.8.7 to 20.8.8 in /vscode_extension
  • Loading branch information
jwbot authored Oct 25, 2023
2 parents f965904 + 38393d0 commit 51a7804
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.7",
"@types/node": "^20.8.8",
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
Expand Down

1 comment on commit 51a7804

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on 51a7804 Oct 25, 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: 51a7804 Previous: f965904 Ratio
Time: Compiler/hello_world 23933689 ns/iter (± 494946) 20680910 ns/iter (± 894983) 1.16
Time: Compiler/fibonacci 206428501 ns/iter (± 3163718) 178458144 ns/iter (± 8603737) 1.16
Time: VM Runtime/hello_world 59600 ns/iter (± 13237) 43650 ns/iter (± 11058) 1.37
Time: VM Runtime/fibonacci/15 337980360 ns/iter (± 822524) 281914326 ns/iter (± 6271239) 1.20
Time: VM Runtime/PLB/binarytrees/6 1562497571 ns/iter (± 3277435) 1321121664 ns/iter (± 11150376) 1.18

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

Please sign in to comment.