Skip to content

Commit

Permalink
Merge branch 'main' into access_by_attr
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor authored Oct 27, 2023
2 parents a750381 + 082e010 commit a680f4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# check-manifest:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - run: pipx run check-manifest

test:
Expand All @@ -26,7 +26,7 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down

1 comment on commit a680f4c

@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 082e010 Mean (s) HEAD a680f4c Percent Change
test_load_gt_data 1.57489 1.57634 0.09
test_load_pred_data 1.31117 1.40124 6.87
test_ctc_matched 5.09442 3.15441 -38.08
test_ctc_metrics 157.173 153.911 -2.08
test_ctc_div_metrics 0.42769 0.4067 -4.91
test_iou_matched 17.9094 17.901 -0.05
test_iou_div_metrics 0.40028 0.40236 0.52

Please sign in to comment.