Skip to content

Commit

Permalink
Remove legacy benchmarks for cuDF-python (#14591)
Browse files Browse the repository at this point in the history
This PR removes the legacy benchmarks within the python/cudf/cudf/benchmarks directory and the "excludes" reference to these benchmarks in pyproject.toml. Closes #14573.

Authors:
  - Kyle Hawkins (https://github.com/osidekyle)
  - Ashwin Srinath (https://github.com/shwina)

Approvers:
  - Ashwin Srinath (https://github.com/shwina)

URL: #14591
  • Loading branch information
osidekyle authored Dec 10, 2023
1 parent 899e392 commit 759a1c8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 230 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ ignore_missing_imports = true
follow_imports = "skip"
exclude = [
"cudf/_lib/",
"cudf/cudf/benchmarks/",
"cudf/cudf/tests/",
"cudf/cudf/utils/metadata/orc_column_statistics_pb2.py",
"custreamz/custreamz/tests/",
Expand Down
32 changes: 0 additions & 32 deletions python/cudf/cudf/benchmarks/README.md

This file was deleted.

86 changes: 0 additions & 86 deletions python/cudf/cudf/benchmarks/bench_cudf_io.py

This file was deleted.

20 changes: 0 additions & 20 deletions python/cudf/cudf/benchmarks/conftest.py

This file was deleted.

91 changes: 0 additions & 91 deletions python/cudf/cudf/benchmarks/get_datasets.py

This file was deleted.

0 comments on commit 759a1c8

Please sign in to comment.