Skip to content

Commit

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

Bump eslint from 8.48.0 to 8.49.0 in /vscode_extension
  • Loading branch information
jwbot authored Sep 11, 2023
2 parents ee35bfa + dd107ac commit bc65db0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
46 changes: 23 additions & 23 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 @@ -241,7 +241,7 @@
"@types/vscode": "^1.81.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"glob": "^10.3.4",
Expand Down

1 comment on commit bc65db0

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on bc65db0 Sep 11, 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: bc65db0 Previous: ee35bfa Ratio
Time: Compiler/hello_world 16847092 ns/iter (± 272279) 22349803 ns/iter (± 494617) 0.75
Time: Compiler/fibonacci 158144154 ns/iter (± 686408) 192704929 ns/iter (± 3104562) 0.82
Time: VM Runtime/hello_world 50100 ns/iter (± 5192) 54754 ns/iter (± 8469) 0.92
Time: VM Runtime/fibonacci/15 262181658 ns/iter (± 1396229) 342776282 ns/iter (± 4555708) 0.76
Time: VM Runtime/PLB/binarytrees/6 1212041015 ns/iter (± 1883188) 1583191121 ns/iter (± 14562544) 0.77

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

Please sign in to comment.