# Benchmarks ## NetworkX vs. nx-cugraph We ran several commonly used graph algorithms on both `networkx` and `nx-cugraph`. Here are the results
![bench-image](../_static/bc_benchmark.png)
Results from running this Benchmark
## Reproducing Benchmarks Below are the steps to reproduce the results on your own. 1. Clone the latest 2. Follow the instructions to build and activate an environment 4. Install the latest `nx-cugraph` by following the [Installation Guide](installation.md) 5. Follow the instructions written in the README [here](https://github.com/rapidsai/cugraph/blob/HEAD/benchmarks/nx-cugraph/pytest-based)