Skip to content

Commit

Permalink
Bump the prettier group in /vscode_extension with 1 update
Browse files Browse the repository at this point in the history
Bumps the prettier group in /vscode_extension with 1 update: [prettier](https://github.com/prettier/prettier).

- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.0.3...3.1.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: prettier
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
1 parent 63caaeb commit 4e74307
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 @@ -251,7 +251,7 @@
"eslint-plugin-prettier": "^5.0.1",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"prettier": "^3.0.3",
"prettier": "^3.1.0",
"typescript": "^5.2.2",
"vscode-test": "^1.4.0"
},
Expand Down

1 comment on commit 4e74307

@jwbot
Copy link
Collaborator

@jwbot jwbot commented on 4e74307 Nov 14, 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: 4e74307 Previous: 63caaeb Ratio
Time: Compiler/hello_world 22836819 ns/iter (± 788062) 18311413 ns/iter (± 581115) 1.25
Time: Compiler/fibonacci 194938019 ns/iter (± 7707398) 138007226 ns/iter (± 1010039) 1.41
Time: VM Runtime/hello_world 50503 ns/iter (± 85145) 36313 ns/iter (± 3364) 1.39
Time: VM Runtime/fibonacci/15 85272672 ns/iter (± 3528682) 58395071 ns/iter (± 730216) 1.46
Time: VM Runtime/PLB/binarytrees/6 1300051444 ns/iter (± 29452910) 891746745 ns/iter (± 10534126) 1.46

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

Please sign in to comment.