Skip to content

Commit

Permalink
Merge branch 'main' into templates
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 authored Sep 16, 2024
2 parents b9c40c2 + 2f38c1b commit 8b9da52
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
changelog:
categories:
- title: '✨ Features'
labels:
- 'feature'
- 'enhancement'
- title: '🚀 Performance'
labels:
- 'performance'
- title: '🐛 Bug Fixes'
labels:
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
- title: '🧰 Maintenance'
labels:
- 'chore'
- 'dependencies'
- 'tests'
- title: '📚️ Documentation'
labels:
- 'documentation'
- title: 'Miscellaneous'
labels:
- '*'
exclude:
labels:
- 'feature'
- 'enhancement'
- 'performance'
- 'fix'
- 'bugfix'
- 'bug'
- 'hotfix'
- 'chore'
- 'dependencies'
- 'tests'
- 'documentation'

1 comment on commit 8b9da52

@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 2f38c1b Mean (s) HEAD 8b9da52 Percent Change
test_load_gt_data 1.23031 1.21381 -1.34
test_load_pred_data 1.16235 1.1268 -3.06
test_ctc_checks 0.40887 0.40997 0.27
test_ctc_matched 1.71725 1.75151 2
test_ctc_metrics 0.53786 0.48406 -10
test_ctc_div_metrics 0.27267 0.2854 4.67
test_iou_matched 1.76287 1.79314 1.72
test_iou_div_metrics 0.27364 0.27448 0.31

Please sign in to comment.