Skip to content

Commit

Permalink
chore(deps): update pre-commit (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 28, 2024
1 parent 847c5bc commit 564b7ed
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.7.0
rev: v3.7.1
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.333.0
rev: 37.379.0
hooks:
- id: renovate-config-validator

1 comment on commit 564b7ed

@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: 564b7ed Previous: 847c5bc Ratio
philips_i2syntax_read_region_256_lvl_0 1365230 ns/iter (± 77755) 1375967 ns/iter (± 88010) 0.99
philips_i2syntax_read_region_256_lvl_1 1166449 ns/iter (± 58120) 1166807 ns/iter (± 55985) 1.00
philips_i2syntax_read_region_512_lvl_0 1579096 ns/iter (± 320159) 1544284 ns/iter (± 52359) 1.02
philips_i2syntax_read_region_512_lvl_1 7398098 ns/iter (± 277975) 7396117 ns/iter (± 550363) 1.00
philips_read_region_256_lvl_0 500633 ns/iter (± 54467) 508105 ns/iter (± 29395) 0.99
philips_read_region_256_lvl_1 1244221 ns/iter (± 43707) 1251678 ns/iter (± 44991) 0.99
philips_read_region_512_lvl_0 3577328 ns/iter (± 688964) 3588853 ns/iter (± 255089) 1.00
philips_read_region_512_lvl_1 2790873 ns/iter (± 115247) 2780951 ns/iter (± 168084) 1.00

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

Please sign in to comment.