You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.