Skip to content

Commit 5fa1d2b

Browse files
authored
docs: document how to run JMH benchmarks (#8271)
1 parent 420f052 commit 5fa1d2b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ your change, file an issue or submit a PR there first. Exceptions to strict spec
5555
For an overview of the other repositories in the OpenTelemetry Java ecosystem, see
5656
[opentelemetry.io/docs/languages/java/intro/#repositories](https://opentelemetry.io/docs/languages/java/intro/#repositories).
5757

58+
## Benchmarks
59+
60+
JMH benchmark instructions live in [docs/knowledge/other-tasks.md#benchmarks-jmh](docs/knowledge/other-tasks.md#benchmarks-jmh).
61+
If you are submitting a performance-sensitive PR, include JMH output (number of threads,
62+
iterations, scores with error margins) so reviewers can evaluate the change.
63+
5864
## User-facing documentation
5965

6066
End-user documentation for the Java SDK lives at

0 commit comments

Comments
 (0)