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

Benchmark GeoSeries.distance #1242

Closed
wants to merge 79 commits into from

Conversation

isVoid
Copy link
Contributor

@isVoid isVoid commented Jul 31, 2023

Description

closes #994
There are primitive benchmark results for GeoSeries.distance in #1231. This PR plans to add more benchmark coverage:
TODO:

  • point-point
  • point-linestring
  • point-polygon
  • linestring-linestring
  • linestring-polygon
  • polygon-polygon
  • Geometry complexity dimension
  • Geometry spatial relationship dimension
  • Write the blog

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

raydouglass and others added 30 commits February 4, 2020 14:06
[skip ci] Update master references for main branch
[RELEASE] Re-release v0.15 [skip-ci]
@copy-pr-bot
Copy link

copy-pr-bot bot commented Sep 28, 2023

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@isVoid
Copy link
Contributor Author

isVoid commented Sep 28, 2023

/ok to test

@isVoid isVoid added benchmarks Related to benchmarks non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Sep 28, 2023
@isVoid isVoid marked this pull request as ready for review September 28, 2023 08:59
@isVoid isVoid requested a review from a team as a code owner September 28, 2023 08:59
Copy link
Member

@harrism harrism left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for completing this!

@isVoid
Copy link
Contributor Author

isVoid commented Oct 3, 2023

Any idea why CI isn't run on this PR?

@harrism
Copy link
Member

harrism commented Oct 3, 2023

The commit history doesn't look very clean. It has some unverified commits. You could try rebasing on 23.10 head?

@isVoid
Copy link
Contributor Author

isVoid commented Oct 4, 2023

/ok to test

isVoid added a commit to isVoid/cuspatial that referenced this pull request Oct 5, 2023
@isVoid
Copy link
Contributor Author

isVoid commented Oct 5, 2023

Supersedes by #1277

@isVoid isVoid closed this Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmarks Related to benchmarks improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Related to Python code
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[FEA]: Benchmark ST_Distance
6 participants