Skip to content

Commit

Permalink
Comment out cugraph dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Sep 6, 2024
1 parent 630a873 commit a67e8a1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ algos="
triangles
bfs_predecessors
"
datasets="
netscience
email_Eu_core
cit_patents
hollywood
soc-livejournal
"
# None backend is default networkx
# cugraph-preconvert backend is nx-cugraph
backends="
Expand All @@ -51,7 +58,8 @@ fi

for algo in $algos; do
for dataset in $datasets; do
python get_graph_bench_dataset.py $dataset
# this script can be used to download benchmarking datasets by name via cugraph.datasets
# python get_graph_bench_dataset.py $dataset
for backend in $backends; do
name="${backend}__${algo}__${dataset}"
echo "Running: $backend, $dataset, bench_$algo"
Expand Down

0 comments on commit a67e8a1

Please sign in to comment.