diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1a0f2e5..41be8b1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,3 +19,11 @@ To run the tests, execute the following command: ```bash ./scripts/run-tests.sh ``` + +## Running the benchmarks + +To run the benchmarks, execute the following command: + +```bash +./scripts/run-benchmarks.sh +```