From af7baf0dc6074ac1f1ce77fe59710193eb68f0de Mon Sep 17 00:00:00 2001 From: rohansood10 Date: Fri, 20 Feb 2026 09:03:53 -0800 Subject: [PATCH] Fix dead benchmarks link in documentation The benchmarks page on GitHub Pages no longer exists. Update the documentation to point users to the in-repo benchmark directories instead. Fixes #4163 Signed-off-by: rohansood10 --- docs/performance/benchmarks.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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``.