Closed raulcd closed 22 hours ago
:warning: GitHub issue #44728 has been automatically assigned in GitHub to PR creator.
@github-actions crossbow submit test-conda-python-3.11-pandas-latest-numpy-latest
Revision: 345cede50be95f8ab5b71249100d30c3e454061e
Submitted crossbow builds: ursacomputing/crossbow @ actions-b5f54acb57
Task | Status |
---|---|
test-conda-python-3.11-pandas-latest-numpy-latest |
@github-actions crossbow submit test-conda-python-3.11-pandas-latest-numpy-latest
Revision: 46920cd8528d3b40883045a200bf440eaa24a4f4
Submitted crossbow builds: ursacomputing/crossbow @ actions-8c113f5e44
Task | Status |
---|---|
test-conda-python-3.11-pandas-latest-numpy-latest |
@github-actions crossbow submit pandas
@github actions crossbow submit test-conda-python-3.9
Revision: 46920cd8528d3b40883045a200bf440eaa24a4f4
Submitted crossbow builds: ursacomputing/crossbow @ actions-2a3e520bab
@github-actions crossbow submit test-conda-python-3.9
@jorisvandenbossche I found what was going on
Revision: 46920cd8528d3b40883045a200bf440eaa24a4f4
Submitted crossbow builds: ursacomputing/crossbow @ actions-5b0f156d29
Task | Status |
---|---|
test-conda-python-3.9 |
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit 54f8cf9d969b1a1f668c4102a26df57282bc977c.
There were no benchmark performance regressions. 🎉
The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.
Rationale for this change
test_dlpack started failing for several jobs on CI due to our tests deallocating memory:
What changes are included in this PR?
Trigger a
gc.collect
before checking initial allocated bytes.Are these changes tested?
Yes via CI
Are there any user-facing changes?
No