Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 534 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 534 Bytes

OpenTelemetry SDK

Javadocs


Running micro-benchmarks

From the root of the repo run ./gradlew clean :opentelemetry-sdk:jmh to run all the benchmarks or run ./gradlew clean :opentelemetry-sdk:jmh -PjmhIncludeSingleClass=<ClassNameHere> to run a specific benchmark class.