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

Add python benchmarks. #600

Merged
merged 15 commits into from
Sep 30, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix style checks
  • Loading branch information
ajschmidt8 committed Aug 2, 2022

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 5f4a5b9c2cb004968addc7cc122ad77bd532c508
4 changes: 1 addition & 3 deletions python/cuspatial/benchmarks/io/bench_geoseries.py
Original file line number Diff line number Diff line change
@@ -2,9 +2,7 @@

"""Benchmarks of GeoSeries methods."""

import pytest
from config import cuspatial, cupy
from utils import benchmark_with_object
from config import cuspatial


def bench_from_geoseries_100(benchmark, gpdf_100):