From 53065751e1500615812891340e98ac614d804b5e Mon Sep 17 00:00:00 2001 From: "Richard (Rick) Zamora" Date: Fri, 30 Aug 2024 08:16:23 -0500 Subject: [PATCH] Update dask_cuda/benchmarks/utils.py Co-authored-by: Mads R. B. Kristensen --- dask_cuda/benchmarks/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dask_cuda/benchmarks/utils.py b/dask_cuda/benchmarks/utils.py index fcb050f9..5b9448d4 100644 --- a/dask_cuda/benchmarks/utils.py +++ b/dask_cuda/benchmarks/utils.py @@ -342,7 +342,7 @@ def parse_benchmark_args( default="1 MiB", metavar="nbytes", type=parse_bytes, - help="Ignore messages smaller than this (default '1 MB')", + help="Bandwidth statistics: ignore messages smaller than this (default '1 MB')", ) for args in args_list: