diff --git a/benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh b/benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh index 4beb0d6d759..e8cce5f471c 100755 --- a/benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh +++ b/benchmarks/nx-cugraph/pytest-based/run-main-benchmarks.sh @@ -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"