Skip to content

Commit

Permalink
Update benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 1, 2024
1 parent 5549253 commit 75a2447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file added docs/cugraph/source/_static/bc_benchmark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/cugraph/source/nx_cugraph/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ We ran several commonly used graph algorithms on both `networkx` and `nx-cugraph

<figure>

<!-- ![bench-image](link) -->
![bench-image](../_static/bc_benchmark.png)

<figcaption style="text-align: center;">Results of the <a
href="https://github.com/rapidsai/cugraph">Benchmark</a> including <span
class="title-ref">nx-cugraph</span></figcaption>
<figcaption style="text-align: center;">Results from running this <a
href="https://github.com/rapidsai/cugraph/blob/HEAD/benchmarks/nx-cugraph/pytest-based/bench_algos.py">Benchmark</a><span
class="title-ref"></span></figcaption>
</figure>

## Reproducing Benchmarks

Below are the steps to reproduce the results on your workstation. These are documented in <https://github.com/rapidsai/cugraph/blob/HEAD/benchmarks/nx-cugraph/pytest-based>.
Below are the steps to reproduce the results on your workstation. These are documented in this [README](https://github.com/rapidsai/cugraph/blob/HEAD/benchmarks/nx-cugraph/pytest-based).

1. Clone the latest <https://github.com/rapidsai/cugraph>

Expand Down

0 comments on commit 75a2447

Please sign in to comment.