This PR adds additional k-values for bench_algos.py::bench_betweenness_centrality.
These k-values can be selected/turned off by using pytest -k. When using run-main-benchmarks.sh, there is a bc-k-values string that can be edited to perform the selection.
Part of https://github.com/rapidsai/graph_dl/issues/597
Proposed Changes:
bench_algos.py::bench_betweenness_centrality
.pytest -k
. When usingrun-main-benchmarks.sh
, there is abc-k-values
string that can be edited to perform the selection.README
update