diff --git a/benchmarks/nx-cugraph/pytest-based/bench_algos.py b/benchmarks/nx-cugraph/pytest-based/bench_algos.py index 4d84558ae8d..97eb32e2aaa 100644 --- a/benchmarks/nx-cugraph/pytest-based/bench_algos.py +++ b/benchmarks/nx-cugraph/pytest-based/bench_algos.py @@ -233,7 +233,7 @@ def get_graph_obj_for_benchmark(graph_obj, backend_wrapper): """ G = graph_obj if backend_wrapper.backend_name == "cugraph-preconverted": - G = nxcg.from_networkx(G) + G = nxcg.from_networkx(G, preserve_all_attrs=True) return G diff --git a/benchmarks/nx-cugraph/pytest-based/run-2402.sh b/benchmarks/nx-cugraph/pytest-based/run-2402.sh old mode 100644 new mode 100755 index a857d66d06e..44ed0bda43a --- a/benchmarks/nx-cugraph/pytest-based/run-2402.sh +++ b/benchmarks/nx-cugraph/pytest-based/run-2402.sh @@ -8,6 +8,7 @@ mkdir -p logs +# benches="$benches ..." pattern is easy to comment out individual runs benches= while [[ $1 != "" ]]; do