Skip to content

Commit

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

Bump typescript from 5.1.3 to 5.1.5 in /vscode_extension
  • Loading branch information
jwbot authored Jun 28, 2023
2 parents 66abdcd + 43adc14 commit 250c988
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 @@ -175,7 +175,7 @@
"eslint": "^8.43.0",
"glob": "^10.3.0",
"mocha": "^10.2.0",
"typescript": "^5.1.3",
"typescript": "^5.1.5",
"vscode-test": "^1.4.0"
}
}

1 comment on commit 250c988

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on 250c988 Jun 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: 250c988 Previous: 66abdcd Ratio
Time: Compiler/hello_world 25807277 ns/iter (± 466215) 18624513 ns/iter (± 627869) 1.39
Time: Compiler/fibonacci 190230576 ns/iter (± 1191012) 173340521 ns/iter (± 1474945) 1.10
Time: VM Runtime/hello_world 76349 ns/iter (± 68437) 63900 ns/iter (± 2955) 1.19
Time: VM Runtime/fibonacci/15 957783883 ns/iter (± 3305661) 938483730 ns/iter (± 3446999) 1.02
Time: VM Runtime/PLB/binarytrees/6 4660034589 ns/iter (± 13108765) 4523504944 ns/iter (± 16018316) 1.03

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

Please sign in to comment.