Skip to content

Commit

Permalink
Merge branch 'main' into iou-1-to-1
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 authored Aug 2, 2024
2 parents 1ff97d6 + 8627e36 commit b626f56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,28 @@ ci:

repos:
- repo: https://github.com/crate-ci/typos
rev: v1.18.1
rev: v1.22.9
hooks:
- id: typos

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.0
rev: v0.5.0
hooks:
- id: ruff
args: [--fix]

- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black

- repo: https://github.com/abravalheri/validate-pyproject
rev: v0.16
rev: v0.18
hooks:
- id: validate-pyproject

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.8.0
rev: v1.10.1
hooks:
- id: mypy
files: "^src/"
Expand Down

1 comment on commit b626f56

@github-actions
Copy link

Choose a reason for hiding this comment

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

Benchmark Mean (s) BASE 8627e36 Mean (s) HEAD b626f56 Percent Change
test_load_gt_data 1.28478 1.20055 -6.56
test_load_pred_data 1.15331 1.09316 -5.22
test_ctc_checks 0.41597 0.40987 -1.47
test_ctc_matched 1.72621 1.76149 2.04
test_ctc_metrics 0.51432 0.49146 -4.44
test_ctc_div_metrics 0.28192 0.28437 0.87
test_iou_matched 8.47779 8.45677 -0.25
test_iou_div_metrics 0.27457 0.27761 1.11

Please sign in to comment.