Skip to content

Commit

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

Bump eslint from 8.45.0 to 8.46.0 in /vscode_extension
  • Loading branch information
jwbot authored Jul 31, 2023
2 parents d998de0 + ba60dd1 commit 2746c5d
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 114 deletions.
190 changes: 77 additions & 113 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 @@ -235,7 +235,7 @@
"@types/vscode": "^1.80.0",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^5.0.0",
"glob": "^10.3.3",
Expand Down

1 comment on commit 2746c5d

@jwbot
Copy link
Collaborator Author

@jwbot jwbot commented on 2746c5d Jul 31, 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: 2746c5d Previous: d998de0 Ratio
Time: Compiler/hello_world 23028438 ns/iter (± 1781036) 21203899 ns/iter (± 438269) 1.09
Time: Compiler/fibonacci 192564505 ns/iter (± 8210792) 163583558 ns/iter (± 1483705) 1.18
Time: VM Runtime/hello_world 74250 ns/iter (± 4990) 61250 ns/iter (± 5199) 1.21
Time: VM Runtime/fibonacci/15 590876304 ns/iter (± 10620281) 499415316 ns/iter (± 1742064) 1.18
Time: VM Runtime/PLB/binarytrees/6 2686503680 ns/iter (± 10126412) 2266213347 ns/iter (± 13197306) 1.19

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

Please sign in to comment.