Skip to content

Commit

Permalink
Merge branch 'main' into prune-tracking-graph
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor authored Jan 10, 2024
2 parents f036f28 + 6f6406e commit f50eca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
cache-dependency-path: "pyproject.toml"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache-dependency-path: "pyproject.toml"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
fetch-depth: 50 # this is to make sure we obtain the target base commit

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
cache-dependency-path: "pyproject.toml"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down

1 comment on commit f50eca2

@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 6f6406e Mean (s) HEAD f50eca2 Percent Change
test_load_gt_data 1.28151 1.22629 -4.31
test_load_pred_data 1.17002 1.1793 0.79
test_ctc_checks 0.42821 0.43807 2.3
test_ctc_matched 2.34424 2.31429 -1.28
test_ctc_metrics 0.55507 0.47909 -13.69
test_ctc_div_metrics 0.29746 0.29112 -2.13
test_iou_matched 9.11048 8.48203 -6.9
test_iou_div_metrics 0.28139 0.27036 -3.92

Please sign in to comment.