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 Apr 8, 2024
1 parent 28fc067 commit 2185b7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-byte-order-marker
- id: check-case-conflict
Expand All @@ -13,7 +13,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.2
rev: v3.7.0
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.235.1
rev: 37.278.0
hooks:
- id: renovate-config-validator

1 comment on commit 2185b7b

@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: 2185b7b Previous: a211bcc Ratio
philips_i2syntax_read_region_256_lvl_0 1336986 ns/iter (± 112277) 1384170 ns/iter (± 89043) 0.97
philips_i2syntax_read_region_256_lvl_1 1140482 ns/iter (± 74555) 1188627 ns/iter (± 114754) 0.96
philips_i2syntax_read_region_512_lvl_0 1544804 ns/iter (± 97257) 1603601 ns/iter (± 184625) 0.96
philips_i2syntax_read_region_512_lvl_1 7288723 ns/iter (± 268579) 7735755 ns/iter (± 317355) 0.94
philips_read_region_256_lvl_0 498655 ns/iter (± 30927) 525714 ns/iter (± 33938) 0.95
philips_read_region_256_lvl_1 1241173 ns/iter (± 45631) 1303460 ns/iter (± 89730) 0.95
philips_read_region_512_lvl_0 3545656 ns/iter (± 204441) 3643043 ns/iter (± 591448) 0.97
philips_read_region_512_lvl_1 2743457 ns/iter (± 101036) 3188353 ns/iter (± 166867) 0.86

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

Please sign in to comment.