Skip to content

Commit

Permalink
chore(deps): update pre-commit (#151)
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 Aug 12, 2024
1 parent 0443a65 commit 2694e13
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.1
rev: v3.8.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.432.0
rev: 37.440.7
hooks:
- id: renovate-config-validator

1 comment on commit 2694e13

@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: 2694e13 Previous: 0443a65 Ratio
philips_i2syntax_read_region_256_lvl_0 1362157 ns/iter (± 266841) 1457191 ns/iter (± 182899) 0.93
philips_i2syntax_read_region_256_lvl_1 1173831 ns/iter (± 49426) 1213488 ns/iter (± 47915) 0.97
philips_i2syntax_read_region_512_lvl_0 1557727 ns/iter (± 64408) 1616660 ns/iter (± 357952) 0.96
philips_i2syntax_read_region_512_lvl_1 7397677 ns/iter (± 277736) 7511756 ns/iter (± 411047) 0.98
philips_read_region_256_lvl_0 503171 ns/iter (± 54921) 547177 ns/iter (± 38154) 0.92
philips_read_region_256_lvl_1 1252220 ns/iter (± 53403) 1295543 ns/iter (± 47736) 0.97
philips_read_region_512_lvl_0 3579773 ns/iter (± 253422) 3674585 ns/iter (± 165419) 0.97
philips_read_region_512_lvl_1 2761269 ns/iter (± 112136) 3213826 ns/iter (± 145844) 0.86

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

Please sign in to comment.