Skip to content

Commit

Permalink
chore(deps): update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AzHicham committed Feb 27, 2024
1 parent 168ea8a commit 79e13a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.0
rev: v3.6.2
hooks:
- id: validate_manifest
- repo: https://github.com/doublify/pre-commit-rust
Expand All @@ -27,6 +27,6 @@ repos:
args: [-i]
files: \.(c|cc|cxx|cpp|h|hpp|hxx)$
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 37.168.2
rev: 37.215.0
hooks:
- id: renovate-config-validator

1 comment on commit 79e13a3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

philips-isyntax-rs Benchmark

Benchmark suite Current: 79e13a3 Previous: 527a103 Ratio
philips_i2syntax_read_region_256_lvl_0 1334999 ns/iter (± 94837) 1343514 ns/iter (± 71662) 0.99
philips_i2syntax_read_region_256_lvl_1 1141474 ns/iter (± 36757) 1153972 ns/iter (± 56029) 0.99
philips_i2syntax_read_region_512_lvl_0 1535799 ns/iter (± 59398) 1538182 ns/iter (± 61203) 1.00
philips_i2syntax_read_region_512_lvl_1 7303509 ns/iter (± 296813) 7314086 ns/iter (± 530882) 1.00
philips_read_region_256_lvl_0 494481 ns/iter (± 40350) 496073 ns/iter (± 56565) 1.00
philips_read_region_256_lvl_1 1235180 ns/iter (± 54464) 1237832 ns/iter (± 45096) 1.00
philips_read_region_512_lvl_0 3540349 ns/iter (± 178855) 3546262 ns/iter (± 224215) 1.00
philips_read_region_512_lvl_1 2740273 ns/iter (± 115621) 2747531 ns/iter (± 99165) 1.00

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

Please sign in to comment.