From fc8e76195057f822d9ae0dd95d3fd7f276f911d4 Mon Sep 17 00:00:00 2001 From: Ralph Liu <137829296+nv-rliu@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:06:04 -0400 Subject: [PATCH] Update benchmarks/nx-cugraph/pytest-based/README.md Co-authored-by: Rick Ratzel <3039903+rlratzel@users.noreply.github.com> --- benchmarks/nx-cugraph/pytest-based/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/nx-cugraph/pytest-based/README.md b/benchmarks/nx-cugraph/pytest-based/README.md index cb3d7b6389d..7c82194fbc9 100644 --- a/benchmarks/nx-cugraph/pytest-based/README.md +++ b/benchmarks/nx-cugraph/pytest-based/README.md @@ -19,7 +19,7 @@ Our current benchmarks provide the following datasets: ### Scripts #### 1. `run-main-benchmarks.sh` -This script allows users to run the main algorithms across multiple datasets and backends. All results are stored inside a sub-directory (`logs/`) and output files are named based on the combination of parameters for that benchmark. +This script allows users to run a small set of commonly-used algorithms across multiple datasets and backends. All results are stored inside a sub-directory (`logs/`) and output files are named based on the combination of parameters for that benchmark. NOTE: If running with all algorithms, datasets on CPU, this script may take a few hours to finish running.