diff --git a/docs/performance/benchmarks.rst b/docs/performance/benchmarks.rst index 99859a27d8..9a2f5a7cf9 100644 --- a/docs/performance/benchmarks.rst +++ b/docs/performance/benchmarks.rst @@ -1,4 +1,7 @@ Performance Tests - Benchmarks ============================== -Click `here `_ to view the latest performance benchmarks for packages in this repo. +Performance benchmarks for individual packages can be found within each package's directory +(e.g., ``propagator/opentelemetry-propagator-aws-xray/benchmarks/``). + +To run benchmarks locally, install the package with its benchmark dependencies and use ``pytest --benchmark-only``.