This document provides instructions for using Gatling to perform performance testing on Neo4j. It describes how to set up a Gatling simulation class to make HTTP requests to Neo4j, load test different Cypher queries, and view the results. It also covers using YourKit Java Profiler to profile the Cypher queries and view where time is being spent. Various Cypher queries to find weighted paths between users are demonstrated and improved through using different evaluators and expanders to filter relationships and prune the search space.