benchmark: update benchmark (#1207)

Co-authored-by: bytecii <bytecii@users.noreply.github.com>
Co-authored-by: Wendong-Fan <w3ndong.fan@gmail.com>
Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
bytecii 2026-02-12 00:35:18 -08:00 committed by GitHub
parent c5ec78e5f9
commit f7bf29a40a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 840 additions and 35 deletions

View file

@ -38,8 +38,10 @@ repos:
- id: ruff
name: Ruff lint (auto-fix)
args: [--fix]
exclude: 'benchmark/answer/'
- id: ruff-format
name: Ruff format
exclude: 'benchmark/answer/'
# Security scanning
- repo: https://github.com/PyCQA/bandit
@ -56,6 +58,7 @@ repos:
hooks:
- id: mdformat
name: Format Markdown
exclude: 'benchmark/answer/'
additional_dependencies:
- mdformat-gfm
- mdformat_frontmatter