Skip to content

Commit af7baf0

Browse files
committed
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 <rohansood10@users.noreply.github.com>
1 parent be0c03e commit af7baf0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/performance/benchmarks.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
Performance Tests - Benchmarks
22
==============================
33

4-
Click `here <https://open-telemetry.github.io/opentelemetry-python-contrib/benchmarks/index.html>`_ to view the latest performance benchmarks for packages in this repo.
4+
Performance benchmarks for individual packages can be found within each package's directory
5+
(e.g., ``propagator/opentelemetry-propagator-aws-xray/benchmarks/``).
6+
7+
To run benchmarks locally, install the package with its benchmark dependencies and use ``pytest --benchmark-only``.

0 commit comments

Comments
 (0)