Skip to content

Fix dead benchmarks link in documentation#4238

Open
rohansood10 wants to merge 1 commit intoopen-telemetry:mainfrom
rohansood10:fix/4163-dead-benchmarks-link
Open

Fix dead benchmarks link in documentation#4238
rohansood10 wants to merge 1 commit intoopen-telemetry:mainfrom
rohansood10:fix/4163-dead-benchmarks-link

Conversation

@rohansood10
Copy link

Fixes #4163

The benchmarks page at https://open-telemetry.github.io/opentelemetry-python-contrib/benchmarks/index.html returns a 404. The entire GitHub Pages site appears to be down.

This updates docs/performance/benchmarks.rst to point users to the in-repo benchmark directories instead of the dead external link.

@rohansood10 rohansood10 marked this pull request as ready for review February 24, 2026 02:01
@rohansood10 rohansood10 requested a review from a team as a code owner February 24, 2026 02:01
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``.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this!

To reduce duplication, I suggest pointing to ## Benchmarks in Contributing.md

Results are also available now at https://opentelemetry.io/docs/languages/python/benchmarks/

@rohansood10
Copy link
Author

This is a docs-only fix (updating a dead link in the documentation). Could a maintainer add the "Skip Changelog" label? No functional code changes are included.

The benchmarks page on GitHub Pages no longer exists. Update the
documentation to point users to the in-repo benchmark directories
instead.

Fixes open-telemetry#4163

Signed-off-by: rohansood10 <rohansood10@users.noreply.github.com>
@rohansood10 rohansood10 force-pushed the fix/4163-dead-benchmarks-link branch from df4fa10 to fab727d Compare March 3, 2026 18:33
@rohansood10
Copy link
Author

Hi @tammy-baylis-swi, thanks for reviewing! This PR is ready to merge - it just fixes a dead link in the documentation. All checks have passed.

@tammy-baylis-swi
Copy link
Contributor

Hi @tammy-baylis-swi, thanks for reviewing! This PR is ready to merge - it just fixes a dead link in the documentation. All checks have passed.

Hi @rohansood10 , did you have a chance to make revisions based on my suggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Reviewed PRs that need fixes

Development

Successfully merging this pull request may close these issues.

Dead link on /performance/benchmarks.html

2 participants