diff --git a/docs/cugraph/source/_static/bc_benchmark.png b/docs/cugraph/source/_static/bc_benchmark.png new file mode 100644 index 00000000000..9e385c97e99 Binary files /dev/null and b/docs/cugraph/source/_static/bc_benchmark.png differ diff --git a/docs/cugraph/source/nx_cugraph/benchmarks.md b/docs/cugraph/source/nx_cugraph/benchmarks.md index c2f204c0688..62d030f2ed6 100644 --- a/docs/cugraph/source/nx_cugraph/benchmarks.md +++ b/docs/cugraph/source/nx_cugraph/benchmarks.md @@ -6,16 +6,16 @@ We ran several commonly used graph algorithms on both `networkx` and `nx-cugraph
- +![bench-image](../_static/bc_benchmark.png) -
Results of the Benchmark including nx-cugraph
+
Results from running this Benchmark
## Reproducing Benchmarks -Below are the steps to reproduce the results on your workstation. These are documented in . +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