From 576383b9222749351d4514722efd015cdf4ef173 Mon Sep 17 00:00:00 2001 From: rlratzel Date: Tue, 22 Oct 2024 11:53:50 -0500 Subject: [PATCH] Updates number format for consistency. --- 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 745f009572..414a22171a 100644 --- a/benchmarks/nx-cugraph/pytest-based/README.md +++ b/benchmarks/nx-cugraph/pytest-based/README.md @@ -10,7 +10,7 @@ Our current benchmarks provide the following datasets: | -------- | ------- | ------- | ------- | | netscience | 1,461 | 5,484 | Yes | | email-Eu-core | 1,005 | 25,571 | Yes | -| amazon0302 | 262111 | 1234877 | Yes | +| amazon0302 | 262,111 | 1,234,877 | Yes | | cit-Patents | 3,774,768 | 16,518,948 | Yes | | hollywood | 1,139,905 | 57,515,616 | No | | soc-LiveJournal1 | 4,847,571 | 68,993,773 | Yes |