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
cmalinmayor authored Aug 2, 2024
2 parents b626f56 + 5d62111 commit fcabf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,6 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.TWINE_API_KEY }}

- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
with:
generate_release_notes: true

1 comment on commit fcabf66

@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 5d62111 Mean (s) HEAD fcabf66 Percent Change
test_load_gt_data 1.23273 1.18821 -3.61
test_load_pred_data 1.14162 1.09884 -3.75
test_ctc_checks 0.40808 0.40077 -1.79
test_ctc_matched 1.69798 1.73259 2.04
test_ctc_metrics 0.51411 0.44744 -12.97
test_ctc_div_metrics 0.27755 0.27574 -0.65
test_iou_matched 8.89589 8.9306 0.39
test_iou_div_metrics 0.26954 0.26444 -1.89

Please sign in to comment.