From dba1abb69b94021282ae5d5bb21c364b781c22ee Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Thu, 21 Nov 2024 15:45:53 -0800 Subject: [PATCH 1/3] Remove directory and move files one level up --- benchmarks/{nx-cugraph => }/pytest-based/README.md | 0 benchmarks/{nx-cugraph => }/pytest-based/bench_algos.py | 0 .../{nx-cugraph => }/pytest-based/create_results_summary_page.py | 0 .../{nx-cugraph => }/pytest-based/get_graph_bench_dataset.py | 0 benchmarks/{nx-cugraph => }/pytest-based/run-2402.sh | 0 benchmarks/{nx-cugraph => }/pytest-based/run-main-benchmarks.sh | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename benchmarks/{nx-cugraph => }/pytest-based/README.md (100%) rename benchmarks/{nx-cugraph => }/pytest-based/bench_algos.py (100%) rename benchmarks/{nx-cugraph => }/pytest-based/create_results_summary_page.py (100%) rename benchmarks/{nx-cugraph => }/pytest-based/get_graph_bench_dataset.py (100%) rename benchmarks/{nx-cugraph => }/pytest-based/run-2402.sh (100%) rename benchmarks/{nx-cugraph => }/pytest-based/run-main-benchmarks.sh (100%) diff --git a/benchmarks/nx-cugraph/pytest-based/README.md b/benchmarks/pytest-based/README.md similarity index 100% rename from benchmarks/nx-cugraph/pytest-based/README.md rename to benchmarks/pytest-based/README.md diff --git a/benchmarks/nx-cugraph/pytest-based/bench_algos.py b/benchmarks/pytest-based/bench_algos.py similarity index 100% rename from benchmarks/nx-cugraph/pytest-based/bench_algos.py rename to benchmarks/pytest-based/bench_algos.py diff --git a/benchmarks/nx-cugraph/pytest-based/create_results_summary_page.py b/benchmarks/pytest-based/create_results_summary_page.py similarity index 100% rename from benchmarks/nx-cugraph/pytest-based/create_results_summary_page.py rename to benchmarks/pytest-based/create_results_summary_page.py diff --git a/benchmarks/nx-cugraph/pytest-based/get_graph_bench_dataset.py b/benchmarks/pytest-based/get_graph_bench_dataset.py similarity index 100% rename from benchmarks/nx-cugraph/pytest-based/get_graph_bench_dataset.py rename to benchmarks/pytest-based/get_graph_bench_dataset.py diff --git a/benchmarks/nx-cugraph/pytest-based/run-2402.sh b/benchmarks/pytest-based/run-2402.sh similarity index 100% rename from benchmarks/nx-cugraph/pytest-based/run-2402.sh rename to benchmarks/pytest-based/run-2402.sh diff --git a/benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh b/benchmarks/pytest-based/run-main-benchmarks.sh similarity index 100% rename from benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh rename to benchmarks/pytest-based/run-main-benchmarks.sh From f9e8e0c3ad24d937693f7744c3c18c799fedefe2 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Thu, 21 Nov 2024 15:46:26 -0800 Subject: [PATCH 2/3] Remove leftover pytest.ini config options --- benchmarks/pytest.ini | 7 ------- 1 file changed, 7 deletions(-) diff --git a/benchmarks/pytest.ini b/benchmarks/pytest.ini index d692b78de..f1269dab3 100644 --- a/benchmarks/pytest.ini +++ b/benchmarks/pytest.ini @@ -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 From 06b3372c241a8db6abf8c140eb5b4949d776afc4 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Thu, 21 Nov 2024 15:49:20 -0800 Subject: [PATCH 3/3] Update path in .flake8 --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index e7163df03..5fb613d49 100644 --- a/.flake8 +++ b/.flake8 @@ -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