Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/performance/benchmarks.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Performance Tests - Benchmarks
==============================

Click `here <https://open-telemetry.github.io/opentelemetry-python-contrib/benchmarks/index.html>`_ 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``.
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/

Loading