Skip to content

Commit

Permalink
allow usage of datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Sep 9, 2024
1 parent a67e8a1 commit bfc0f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ fi
for algo in $algos; do
for dataset in $datasets; do
# this script can be used to download benchmarking datasets by name via cugraph.datasets
# python get_graph_bench_dataset.py $dataset
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 bfc0f2a

Please sign in to comment.