Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential regression induced by commit 9cd5e55 #58287

Open
88 tasks
rhshadrach opened this issue Apr 17, 2024 · 4 comments
Open
88 tasks

Potential regression induced by commit 9cd5e55 #58287

rhshadrach opened this issue Apr 17, 2024 · 4 comments
Labels
Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
Milestone

Comments

@rhshadrach
Copy link
Member

rhshadrach commented Apr 17, 2024

PR #58126 may have induced a performance regression. If it was a necessary behavior change, this may have been expected and everything is okay.

Please check the links below. If any ASVs are parameterized, the combinations of parameters that a regression has been detected for appear as subbullets.

Subsequent benchmarks may have skipped some commits. The link below lists the commits that are between the two benchmark runs where the regression was identified.

Commit Range

cc @lithomas1

@rhshadrach rhshadrach added Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version labels Apr 17, 2024
@rhshadrach rhshadrach added this to the 2.2.3 milestone Apr 17, 2024
@rhshadrach
Copy link
Member Author

Surprised by the one. Is it possible the building with NumPy 2.0rc1 induced a performance regression?

@lithomas1
Copy link
Member

Potentially.

Can you verify that the version of numpy used at runtime was unchanged?

The is_monotonic change looks concerning.

Also, not sure how you've automated the reporting, but it would be cool to put the regression factor next to the benchmark name (some of the regressions are small ~10% change).

@rhshadrach
Copy link
Member Author

Can you verify that the version of numpy used at runtime was unchanged?

Unfortunately no - unless we have a hard pin, we don't save what version was used in the benchmark.

Also, not sure how you've automated the reporting, but it would be cool to put the regression factor next to the benchmark name (some of the regressions are small ~10% change).

Great idea - I'm thinking something like

@rhshadrach
Copy link
Member Author

@lithomas1 - I've updated the OP with the new format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Memory or execution speed performance Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

No branches or pull requests

2 participants