opentelemetry-java/sdk/all
Anuraag Agrawal f90040579e
Allow users to access the default Clock and TestClock (#3363)
* Allow users to access the default Clock and TestClock

* Update TestClock API

* Doc

* Fix

* html

* Less newlines

* Update sdk/common/src/main/java/io/opentelemetry/sdk/common/Clock.java

Co-authored-by: John Watson <jkwatson@gmail.com>

Co-authored-by: John Watson <jkwatson@gmail.com>
2021-07-09 11:26:55 +09:00
..
src Allow users to access the default Clock and TestClock (#3363) 2021-07-09 11:26:55 +09:00
README.md Adding instructions to run benchmarks (#2271) 2020-12-11 14:40:16 +09:00
build.gradle.kts Extract publishing and animalsniffer plugins. (#3334) 2021-06-22 08:23:16 +09:00

README.md

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.