Skip to content

Commit

Permalink
Updates README with new dataset, removes mention of script no longer …
Browse files Browse the repository at this point in the history
…used (#4736)

This is a doc-only PR which updates the README for nx-cugraph
pytest-based benchmarks:
* Adds description of a dataset that's being used
* Removes mention of script no longer used
  • Loading branch information
rlratzel authored Oct 22, 2024
1 parent a9192a8 commit 201ff7c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions benchmarks/nx-cugraph/pytest-based/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Our current benchmarks provide the following datasets:
| -------- | ------- | ------- | ------- |
| netscience | 1,461 | 5,484 | Yes |
| email-Eu-core | 1,005 | 25,571 | 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 |
Expand Down Expand Up @@ -39,16 +40,8 @@ NOTE:
./run-main-benchmarks.sh
```

#### 2. `get_graph_bench_dataset.py`
This script downloads the specified dataset using `cugraph.datasets`.

**Usage:**
```bash
python get_graph_bench_dataset.py [dataset]
```

#### 3. `create_results_summary_page.py`
This script is designed to be run after `run-gap-benchmarks.sh` in order to generate an HTML page displaying a results table comparing default NetworkX to nx-cugraph. The script also provides information about the current system, so it should be run on the machine on which benchmarks were run.
#### 2. `create_results_summary_page.py`
This script is designed to be run after `run-main-benchmarks.sh` in order to generate an HTML page displaying a results table comparing default NetworkX to nx-cugraph. The script also provides information about the current system, so it should be run on the machine on which benchmarks were run.

**Usage:**
```bash
Expand Down

0 comments on commit 201ff7c

Please sign in to comment.