Skip to content

Commit

Permalink
Merge pull request #809 from candy-lang/dependabot/npm_and_yarn/vscod…
Browse files Browse the repository at this point in the history
…e_extension/typescript-5.3.2

Bump typescript from 5.2.2 to 5.3.2 in /vscode_extension
  • Loading branch information
jwbot authored Nov 21, 2023
2 parents b22d567 + b576e7e commit 3c35075
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 @@ -252,7 +252,7 @@
"glob": "^10.3.10",
"mocha": "^10.2.0",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"typescript": "^5.3.2",
"vscode-test": "^1.4.0"
},
"eslintConfig": {
Expand Down

1 comment on commit 3c35075

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on 3c35075 Nov 21, 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: 3c35075 Previous: 43e40e0 Ratio
Time: Compiler/hello_world 16057449 ns/iter (± 375745) 16552104 ns/iter (± 497690) 0.97
Time: Compiler/fibonacci 129351673 ns/iter (± 551162) 132745447 ns/iter (± 1352711) 0.97
Time: VM Runtime/hello_world 32340 ns/iter (± 3451) 32776 ns/iter (± 1544) 0.99
Time: VM Runtime/fibonacci/15 57278191 ns/iter (± 898380) 59409957 ns/iter (± 442687) 0.96
Time: VM Runtime/PLB/binarytrees/6 885162882 ns/iter (± 8791026) 897928634 ns/iter (± 7035735) 0.99

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

Please sign in to comment.