Skip to content

Commit

Permalink
Small Updates to Benchmarks Directory (#48)
Browse files Browse the repository at this point in the history
## Minor cleanups to the `benchmarks/` directory
 - Remove redundant `nx-cugraph` subdir
 - Remove unused config options from `pytest.ini`

Authors:
  - Ralph Liu (https://github.com/nv-rliu)

Approvers:
  - Erik Welch (https://github.com/eriknw)

URL: #48
  • Loading branch information
nv-rliu authored Nov 22, 2024
1 parent bfb268e commit 5ed1e53
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .flake8
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ per-file-ignores =
__init__.py:F401,F403,
_nx_cugraph/__init__.py:E501,
nx_cugraph/__init__.py:E402,F401,F403,
benchmarks/nx-cugraph/pytest-based/create_results_summary_page.py:E501,W605,
benchmarks/pytest-based/create_results_summary_page.py:E501,W605,
docs/nx-cugraph/source/conf.py:E501
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 0 additions & 7 deletions benchmarks/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
[pytest]
pythonpath =
shared/python

testpaths =
cugraph/pytest_based
cugraph-service/pytest_based

addopts =
--benchmark-columns="min, max, mean, stddev, outliers"
--tb=native
Expand Down

0 comments on commit 5ed1e53

Please sign in to comment.